#8FADFB

Color #8FADFB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #8FADFB

Tints of Perano #8FADFB

Color information

#8FADFB (or 0x8FADFB) is unknown color: approx Perano. HEX triplet: 8F, AD and FB. RGB value is (143,173,251). Sum of RGB (Red+Green+Blue) = 143+173+251=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADFB is #705204. Grayscale: #ACACAC. Windows color (decimal): -7361029 or 16493967. OLE color: 16493967.

HSL color Cylindrical-coordinate representation of color #8FADFB: hue angle of 223.33º degrees, saturation: 0.93, 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 #8FADFB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143173251-
CMYK0.430.3100.02
HSL223.33º93.1%77.25%-
HSV(B)223.33º43.03%98.43%-
XYZ43.6842.6997.2-
YUV172.92172.06106.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=25.22%
G=30.51%
B=44.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431732510.430.3100.02223.3393.177.25
Hex8FADFB2B1F02df5d4d
Octal217255373533702337135115
Binary100011111010110111111011101011111110101101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,251); }

 H1.HeaderClassName
 {
   color: #8FADFB;
 }
 .AnyTagClassName
 {
   color: #8FADFB;
 }
</style>
background-color css

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

 a { background-color: rgb(143,173,251); }

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

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

 span { border-color: rgb(143,173,251); }

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