#AFCCF8

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

Shades of Pale Cornflower Blue #AFCCF8

Tints of Pale Cornflower Blue #AFCCF8

Color information

#AFCCF8 (or 0xAFCCF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CC and F8. RGB value is (175,204,248). Sum of RGB (Red+Green+Blue) = 175+204+248=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFCCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCF8 is #503307. Grayscale: #C8C8C8. Windows color (decimal): -5255944 or 16305327. OLE color: 16305327.

HSL color Cylindrical-coordinate representation of color #AFCCF8: hue angle of 216.16º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCCF8 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175204248-
CMYK0.290.1800.03
HSL216.16º83.91%82.94%-
HSV(B)216.16º29.44%97.25%-
XYZ56.2259.0897.25-
YUV200.34154.89109.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 248 (97.27% from 255) = 39.55%
R=27.91%
G=32.54%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752042480.290.1800.03216.1683.9182.94
HexAFCCF81D1203d85453
Octal257314370352203330124123
Binary10101111110011001111100011101100100111101100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCF8; }

 p { color: rgb(175,204,248); }

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

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

 a { background-color: rgb(175,204,248); }

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

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

 span { border-color: rgb(175,204,248); }

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