Html Css Color HEX #9EBBFE Perano

📋 copy color: '#9EBBFE'

red 158 ◦ green 187 ◦ blue 254

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

Shades of Perano #9EBBFE

Tints of Perano #9EBBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 26.38%
G = 31.22%
B = 42.4%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EBBFE (or 0x9EBBFE) is known color: Perano. HEX triplet: 9E, BB and FE. RGB value is (158,187,254). Sum of RGB (Red+Green+Blue) = 158+187+254=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBFE is #614401. Grayscale: #B9B9B9. Windows color (decimal): -6374402 or 16694174. OLE color: 16694174.

HSL color Cylindrical-coordinate representation of color #9EBBFE: hue angle of 221.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EBBFE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 187 254 -
CMYK 0.38 0.26 0 0.00
HSL 221.88º 0.98% 0.81% -
HSV(B) 221.88º 0.38% 1% -
XYZ 49.76 49.97 100.79 -
YUV 185.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 158 187 254 0.38 0.26 0 0.00 221.88 0.98 0.81
Hex 9E BB FE 26 1A 0 0 DE 62 51
Octal 236 273 376 46 32 0 0 336 142 121
Binary 10011110 10111011 11111110 100110 11010 0 0 11011110 1100010 1010001

Color Harmonies of #9EBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBFE

Black with #9EBBFE

Text Example


Text Example

White with #9EBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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