Html Css Color HEX #8FABF9 Perano

📋 copy color: '#8FABF9'

red 143 ◦ green 171 ◦ blue 249

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

Shades of Perano #8FABF9

Tints of Perano #8FABF9

RGB

 RED value IS 143 (56.25% from 255) = 25.4%

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 25.4%
G = 30.37%
B = 44.23%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FABF9 (or 0x8FABF9) is known color: Perano. HEX triplet: 8F, AB and F9. RGB value is (143,171,249). Sum of RGB (Red+Green+Blue) = 143+171+249=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABF9 is #705406. Grayscale: #ABABAB. Windows color (decimal): -7361543 or 16362383. OLE color: 16362383.

HSL color Cylindrical-coordinate representation of color #8FABF9: hue angle of 224.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FABF9 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 171 249 -
CMYK 0.43 0.31 0 0.02
HSL 224.15º 0.9% 0.77% -
HSV(B) 224.15º 0.43% 0.98% -
XYZ 42.99 41.81 95.43 -
YUV 171.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 143 171 249 0.43 0.31 0 0.02 224.15 0.9 0.77
Hex 8F AB F9 2B 1F 0 2 E0 5A 4D
Octal 217 253 371 53 37 0 2 340 132 115
Binary 10001111 10101011 11111001 101011 11111 0 10 11100000 1011010 1001101

Color Harmonies of #8FABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABF9

Black with #8FABF9

Text Example


Text Example

White with #8FABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FABF9; }

 p { color: rgb(143,171,249); }

 H1.HeaderClassName
 {
   color: #8FABF9;
 }
 .AnyTagClassName
 {
   color: #8FABF9;
 }
</style>

background-color css

<style>
 a { background-color: #8FABF9; }

 a { background-color: rgb(143,171,249); }

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

border-color css

<style>
 span { border-color: #8FABF9; }

 span { border-color: rgb(143,171,249); }

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