Html Css Color HEX #9EABFB Perano

📋 copy color: '#9EABFB'

red 158 ◦ green 171 ◦ blue 251

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

Shades of Perano #9EABFB

Tints of Perano #9EABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.48%

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 27.24%
G = 29.48%
B = 43.28%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EABFB (or 0x9EABFB) is known color: Perano. HEX triplet: 9E, AB and FB. RGB value is (158,171,251). Sum of RGB (Red+Green+Blue) = 158+171+251=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABFB is #615404. Grayscale: #AFAFAF. Windows color (decimal): -6378501 or 16493470. OLE color: 16493470.

HSL color Cylindrical-coordinate representation of color #9EABFB: hue angle of 231.61º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EABFB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 171 251 -
CMYK 0.37 0.32 0 0.02
HSL 231.61º 0.92% 0.8% -
HSV(B) 231.61º 0.37% 0.98% -
XYZ 46.08 43.36 97.21 -
YUV 176.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 158 171 251 0.37 0.32 0 0.02 231.61 0.92 0.8
Hex 9E AB FB 25 20 0 2 E8 5C 50
Octal 236 253 373 45 40 0 2 350 134 120
Binary 10011110 10101011 11111011 100101 100000 0 10 11101000 1011100 1010000

Color Harmonies of #9EABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABFB

Black with #9EABFB

Text Example


Text Example

White with #9EABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,171,251); }

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

background-color css

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

 a { background-color: rgb(158,171,251); }

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

border-color css

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

 span { border-color: rgb(158,171,251); }

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