Html Css Color HEX #9FABE3 Perano

📋 copy color: '#9FABE3'

red 159 ◦ green 171 ◦ blue 227

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

Shades of Perano #9FABE3

Tints of Perano #9FABE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 28.55%
G = 30.7%
B = 40.75%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9FABE3 (or 0x9FABE3) is known color: Perano. HEX triplet: 9F, AB and E3. RGB value is (159,171,227). Sum of RGB (Red+Green+Blue) = 159+171+227=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #9FABE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABE3 is #60541C. Grayscale: #ADADAD. Windows color (decimal): -6312989 or 14920607. OLE color: 14920607.

HSL color Cylindrical-coordinate representation of color #9FABE3: hue angle of 229.41º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FABE3 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 171 227 -
CMYK 0.30 0.25 0 0.11
HSL 229.41º 0.55% 0.76% -
HSV(B) 229.41º 0.3% 0.89% -
XYZ 42.73 42.04 78.54 -
YUV 173.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 159 171 227 0.30 0.25 0 0.11 229.41 0.55 0.76
Hex 9F AB E3 1E 19 0 B E5 37 4C
Octal 237 253 343 36 31 0 13 345 67 114
Binary 10011111 10101011 11100011 11110 11001 0 1011 11100101 110111 1001100

Color Harmonies of #9FABE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABE3

Black with #9FABE3

Text Example


Text Example

White with #9FABE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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