#AFCEF4

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

Shades of Pale Cornflower Blue #AFCEF4

Tints of Pale Cornflower Blue #AFCEF4

Color information

#AFCEF4 (or 0xAFCEF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and F4. RGB value is (175,206,244). Sum of RGB (Red+Green+Blue) = 175+206+244=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFCEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF4 is #50310B. Grayscale: #C8C8C8. Windows color (decimal): -5255436 or 16043695. OLE color: 16043695.

HSL color Cylindrical-coordinate representation of color #AFCEF4: hue angle of 213.04º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCEF4 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175206244-
CMYK0.280.1600.04
HSL213.04º75.82%82.16%-
HSV(B)213.04º28.28%95.69%-
XYZ56.0859.7994.17-
YUV201.06152.23109.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=28%
G=32.96%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752062440.280.1600.04213.0475.8282.16
HexAFCEF41C1004d54c52
Octal257316364342004325114122
Binary101011111100111011110100111001000001001101010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEF4; }

 p { color: rgb(175,206,244); }

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

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

 a { background-color: rgb(175,206,244); }

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

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

 span { border-color: rgb(175,206,244); }

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