Html Css Color HEX #9EB0FF Perano

📋 copy color: '#9EB0FF'

red 158 ◦ green 176 ◦ blue 255

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

Shades of Perano #9EB0FF

Tints of Perano #9EB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.88%

 BLUE value IS 255 (100% from 255) = 43.29%

R = 26.83%
G = 29.88%
B = 43.29%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EB0FF (or 0x9EB0FF) is known color: Perano. HEX triplet: 9E, B0 and FF. RGB value is (158,176,255). Sum of RGB (Red+Green+Blue) = 158+176+255=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0FF is #614F00. Grayscale: #B3B3B3. Windows color (decimal): -6377217 or 16756894. OLE color: 16756894.

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

Color convert

RGB 158 176 255 -
CMYK 0.38 0.31 0 0
HSL 228.87º 1% 0.81% -
HSV(B) 228.87º 0.38% 1% -
XYZ 47.68 45.54 100.89 -
YUV 179.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 158 176 255 0.38 0.31 0 0 228.87 1 0.81
Hex 9E B0 FF 26 1F 0 0 E5 64 51
Octal 236 260 377 46 37 0 0 345 144 121
Binary 10011110 10110000 11111111 100110 11111 0 0 11100101 1100100 1010001

Color Harmonies of #9EB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB0FF

Black with #9EB0FF

Text Example


Text Example

White with #9EB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,176,255); }

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

background-color css

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

 a { background-color: rgb(158,176,255); }

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

border-color css

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

 span { border-color: rgb(158,176,255); }

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