Html Css Color HEX #9FABFC Perano

📋 copy color: '#9FABFC'

red 159 ◦ green 171 ◦ blue 252

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

Shades of Perano #9FABFC

Tints of Perano #9FABFC

RGB

 RED value IS 159 (62.5% from 255) = 27.32%

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

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 27.32%
G = 29.38%
B = 43.3%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FABFC (or 0x9FABFC) is known color: Perano. HEX triplet: 9F, AB and FC. RGB value is (159,171,252). Sum of RGB (Red+Green+Blue) = 159+171+252=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FABFC is #605403. Grayscale: #B0B0B0. Windows color (decimal): -6312964 or 16559007. OLE color: 16559007.

HSL color Cylindrical-coordinate representation of color #9FABFC: hue angle of 232.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FABFC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 171 252 -
CMYK 0.37 0.32 0 0.01
HSL 232.26º 0.94% 0.81% -
HSV(B) 232.26º 0.37% 0.99% -
XYZ 46.43 43.53 98.05 -
YUV 176.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 159 171 252 0.37 0.32 0 0.01 232.26 0.94 0.81
Hex 9F AB FC 25 20 0 1 E8 5E 51
Octal 237 253 374 45 40 0 1 350 136 121
Binary 10011111 10101011 11111100 100101 100000 0 1 11101000 1011110 1010001

Color Harmonies of #9FABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABFC

Black with #9FABFC

Text Example


Text Example

White with #9FABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,252); }

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

background-color css

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

 a { background-color: rgb(159,171,252); }

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

border-color css

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

 span { border-color: rgb(159,171,252); }

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