Html Css Color HEX #9DB6E9 Perano

📋 copy color: '#9DB6E9'

red 157 ◦ green 182 ◦ blue 233

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

Shades of Perano #9DB6E9

Tints of Perano #9DB6E9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.82%

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 27.45%
G = 31.82%
B = 40.73%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9DB6E9 (or 0x9DB6E9) is known color: Perano. HEX triplet: 9D, B6 and E9. RGB value is (157,182,233). Sum of RGB (Red+Green+Blue) = 157+182+233=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DB6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB6E9 is #624916. Grayscale: #B4B4B4. Windows color (decimal): -6441239 or 15316637. OLE color: 15316637.

HSL color Cylindrical-coordinate representation of color #9DB6E9: hue angle of 220.26º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB6E9 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 182 233 -
CMYK 0.33 0.22 0 0.09
HSL 220.26º 0.63% 0.76% -
HSV(B) 220.26º 0.33% 0.91% -
XYZ 45.34 46.51 83.68 -
YUV 180.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 157 182 233 0.33 0.22 0 0.09 220.26 0.63 0.76
Hex 9D B6 E9 21 16 0 9 DC 3F 4C
Octal 235 266 351 41 26 0 11 334 77 114
Binary 10011101 10110110 11101001 100001 10110 0 1001 11011100 111111 1001100

Color Harmonies of #9DB6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB6E9

Black with #9DB6E9

Text Example


Text Example

White with #9DB6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,233); }

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

background-color css

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

 a { background-color: rgb(157,182,233); }

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

border-color css

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

 span { border-color: rgb(157,182,233); }

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