Html Css Color HEX #9FABEF Perano

📋 copy color: '#9FABEF'

red 159 ◦ green 171 ◦ blue 239

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

Shades of Perano #9FABEF

Tints of Perano #9FABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 27.94%
G = 30.05%
B = 42%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FABEF (or 0x9FABEF) is known color: Perano. HEX triplet: 9F, AB and EF. RGB value is (159,171,239). Sum of RGB (Red+Green+Blue) = 159+171+239=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FABEF is #605410. Grayscale: #AEAEAE. Windows color (decimal): -6312977 or 15707039. OLE color: 15707039.

HSL color Cylindrical-coordinate representation of color #9FABEF: hue angle of 231º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FABEF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 171 239 -
CMYK 0.33 0.28 0 0.06
HSL 231º 0.71% 0.78% -
HSV(B) 231º 0.33% 0.94% -
XYZ 44.44 42.73 87.57 -
YUV 175.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 159 171 239 0.33 0.28 0 0.06 231 0.71 0.78
Hex 9F AB EF 21 1C 0 6 E7 47 4E
Octal 237 253 357 41 34 0 6 347 107 116
Binary 10011111 10101011 11101111 100001 11100 0 110 11100111 1000111 1001110

Color Harmonies of #9FABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABEF

Black with #9FABEF

Text Example


Text Example

White with #9FABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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