#AFCFF2

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

Shades of Pale Cornflower Blue #AFCFF2

Tints of Pale Cornflower Blue #AFCFF2

Color information

#AFCFF2 (or 0xAFCFF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and F2. RGB value is (175,207,242). Sum of RGB (Red+Green+Blue) = 175+207+242=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFF2 is #50300D. Grayscale: #C9C9C9. Windows color (decimal): -5255182 or 15912879. OLE color: 15912879.

HSL color Cylindrical-coordinate representation of color #AFCFF2: hue angle of 211.34º degrees, saturation: 0.72, 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 #AFCFF2 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175207242-
CMYK0.280.1400.05
HSL211.34º72.04%81.76%-
HSV(B)211.34º27.69%94.9%-
XYZ56.0260.1592.66-
YUV201.42150.9109.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.04%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=28.04%
G=33.17%
B=38.78%

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
Decimal1752072420.280.1400.05211.3472.0481.76
HexAFCFF21CE05d34852
Octal257317362341605323110122
Binary10101111110011111111001011100111001011101001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFF2; }

 p { color: rgb(175,207,242); }

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

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

 a { background-color: rgb(175,207,242); }

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

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

 span { border-color: rgb(175,207,242); }

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