Html Css Color HEX #9EBBE8 Perano

📋 copy color: '#9EBBE8'

red 158 ◦ green 187 ◦ blue 232

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

Shades of Perano #9EBBE8

Tints of Perano #9EBBE8

RGB

 RED value IS 158 (62.11% from 255) = 27.38%

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 232 (91.02% from 255) = 40.21%

R = 27.38%
G = 32.41%
B = 40.21%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9EBBE8 (or 0x9EBBE8) is known color: Perano. HEX triplet: 9E, BB and E8. RGB value is (158,187,232). Sum of RGB (Red+Green+Blue) = 158+187+232=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #9EBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBE8 is #614417. Grayscale: #B7B7B7. Windows color (decimal): -6374424 or 15252382. OLE color: 15252382.

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

Color convert

RGB 158 187 232 -
CMYK 0.32 0.19 0 0.09
HSL 216.49º 0.62% 0.76% -
HSV(B) 216.49º 0.32% 0.91% -
XYZ 46.44 48.64 83.28 -
YUV 183.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 158 187 232 0.32 0.19 0 0.09 216.49 0.62 0.76
Hex 9E BB E8 20 13 0 9 D8 3E 4C
Octal 236 273 350 40 23 0 11 330 76 114
Binary 10011110 10111011 11101000 100000 10011 0 1001 11011000 111110 1001100

Color Harmonies of #9EBBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBE8

Black with #9EBBE8

Text Example


Text Example

White with #9EBBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,232); }

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

background-color css

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

 a { background-color: rgb(158,187,232); }

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

border-color css

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

 span { border-color: rgb(158,187,232); }

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