#AFD0F3

Color #AFD0F3 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AFD0F3

Tints of Pale Cornflower Blue #AFD0F3

Color information

#AFD0F3 (or 0xAFD0F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D0 and F3. RGB value is (175,208,243). Sum of RGB (Red+Green+Blue) = 175+208+243=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFD0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0F3 is #502F0C. Grayscale: #C9C9C9. Windows color (decimal): -5254925 or 15978671. OLE color: 15978671.

HSL color Cylindrical-coordinate representation of color #AFD0F3: hue angle of 210.88º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD0F3 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175208243-
CMYK0.280.1400.05
HSL210.88º73.91%81.96%-
HSV(B)210.88º27.98%95.29%-
XYZ56.4160.793.54-
YUV202.12151.07108.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=27.96%
G=33.23%
B=38.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752082430.280.1400.05210.8873.9181.96
HexAFD0F31CE05d34a52
Octal257320363341605323112122
Binary10101111110100001111001111100111001011101001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0F3; }

 p { color: rgb(175,208,243); }

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

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

 a { background-color: rgb(175,208,243); }

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

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

 span { border-color: rgb(175,208,243); }

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