#AFCEF5

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

Shades of Pale Cornflower Blue #AFCEF5

Tints of Pale Cornflower Blue #AFCEF5

Color information

#AFCEF5 (or 0xAFCEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and F5. RGB value is (175,206,245). Sum of RGB (Red+Green+Blue) = 175+206+245=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFCEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF5 is #50310A. Grayscale: #C8C8C8. Windows color (decimal): -5255435 or 16109231. OLE color: 16109231.

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

Color convert

RGB175206245-
CMYK0.290.1600.04
HSL213.43º77.78%82.35%-
HSV(B)213.43º28.57%96.08%-
XYZ56.2359.8594.97-
YUV201.18152.73109.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 245 (96.09% from 255) = 39.14%
R=27.96%
G=32.91%
B=39.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752062450.290.1600.04213.4377.7882.35
HexAFCEF51D1004d54e52
Octal257316365352004325116122
Binary101011111100111011110101111011000001001101010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEF5; }

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

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

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

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

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

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

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

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