Html Css Color HEX #9EBBF6 Perano

📋 copy color: '#9EBBF6'

red 158 ◦ green 187 ◦ blue 246

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

Shades of Perano #9EBBF6

Tints of Perano #9EBBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 26.73%
G = 31.64%
B = 41.62%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9EBBF6 (or 0x9EBBF6) is known color: Perano. HEX triplet: 9E, BB and F6. RGB value is (158,187,246). Sum of RGB (Red+Green+Blue) = 158+187+246=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #9EBBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBF6 is #614409. Grayscale: #B8B8B8. Windows color (decimal): -6374410 or 16169886. OLE color: 16169886.

HSL color Cylindrical-coordinate representation of color #9EBBF6: hue angle of 220.23º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EBBF6 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 187 246 -
CMYK 0.36 0.24 0 0.04
HSL 220.23º 0.83% 0.79% -
HSV(B) 220.23º 0.36% 0.96% -
XYZ 48.51 49.46 94.18 -
YUV 185.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 158 187 246 0.36 0.24 0 0.04 220.23 0.83 0.79
Hex 9E BB F6 24 18 0 4 DC 53 4F
Octal 236 273 366 44 30 0 4 334 123 117
Binary 10011110 10111011 11110110 100100 11000 0 100 11011100 1010011 1001111

Color Harmonies of #9EBBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBF6

Black with #9EBBF6

Text Example


Text Example

White with #9EBBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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