Html Css Color HEX #9EBBEE Perano

📋 copy color: '#9EBBEE'

red 158 ◦ green 187 ◦ blue 238

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

Shades of Perano #9EBBEE

Tints of Perano #9EBBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 27.1%
G = 32.08%
B = 40.82%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EBBEE (or 0x9EBBEE) is known color: Perano. HEX triplet: 9E, BB and EE. RGB value is (158,187,238). Sum of RGB (Red+Green+Blue) = 158+187+238=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBEE is #614411. Grayscale: #B7B7B7. Windows color (decimal): -6374418 or 15645598. OLE color: 15645598.

HSL color Cylindrical-coordinate representation of color #9EBBEE: hue angle of 218.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBBEE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 187 238 -
CMYK 0.34 0.21 0 0.07
HSL 218.25º 0.7% 0.78% -
HSV(B) 218.25º 0.34% 0.93% -
XYZ 47.3 48.98 87.85 -
YUV 184.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 158 187 238 0.34 0.21 0 0.07 218.25 0.7 0.78
Hex 9E BB EE 22 15 0 7 DA 46 4E
Octal 236 273 356 42 25 0 7 332 106 116
Binary 10011110 10111011 11101110 100010 10101 0 111 11011010 1000110 1001110

Color Harmonies of #9EBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBEE

Black with #9EBBEE

Text Example


Text Example

White with #9EBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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