Html Css Color HEX #9DABEB Perano

📋 copy color: '#9DABEB'

red 157 ◦ green 171 ◦ blue 235

#9DABEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #9DABEB

Tints of Perano #9DABEB

RGB

 RED value IS 157 (61.72% from 255) = 27.89%

 GREEN value IS 171 (67.19% from 255) = 30.37%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 27.89%
G = 30.37%
B = 41.74%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DABEB (or 0x9DABEB) is known color: Perano. HEX triplet: 9D, AB and EB. RGB value is (157,171,235). Sum of RGB (Red+Green+Blue) = 157+171+235=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABEB is #625414. Grayscale: #ADADAD. Windows color (decimal): -6444053 or 15444893. OLE color: 15444893.

HSL color Cylindrical-coordinate representation of color #9DABEB: hue angle of 229.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DABEB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 171 235 -
CMYK 0.33 0.27 0 0.08
HSL 229.23º 0.66% 0.77% -
HSV(B) 229.23º 0.33% 0.92% -
XYZ 43.46 42.29 84.47 -
YUV 174.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 157 171 235 0.33 0.27 0 0.08 229.23 0.66 0.77
Hex 9D AB EB 21 1B 0 8 E5 42 4D
Octal 235 253 353 41 33 0 10 345 102 115
Binary 10011101 10101011 11101011 100001 11011 0 1000 11100101 1000010 1001101

Color Harmonies of #9DABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABEB

Black with #9DABEB

Text Example


Text Example

White with #9DABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DABEB; }

 p { color: rgb(157,171,235); }

 H1.HeaderClassName
 {
   color: #9DABEB;
 }
 .AnyTagClassName
 {
   color: #9DABEB;
 }
</style>

background-color css

<style>
 a { background-color: #9DABEB; }

 a { background-color: rgb(157,171,235); }

 div.DivClassName
 {
   background-color: #9DABEB;
 }
 .BgClassName
 {
   background-color: #9DABEB;
 }
</style>

border-color css

<style>
 span { border-color: #9DABEB; }

 span { border-color: rgb(157,171,235); }

 td.TdClassName
 {
   border-color: #9DABEB;
 }
 .TagClassName
 {
   border-color: #9DABEB;
 }
</style>