#AFDAFC

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

Shades of Pale Cornflower Blue #AFDAFC

Tints of Pale Cornflower Blue #AFDAFC

Color information

#AFDAFC (or 0xAFDAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, DA and FC. RGB value is (175,218,252). Sum of RGB (Red+Green+Blue) = 175+218+252=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAFC is #502503. Grayscale: #D0D0D0. Windows color (decimal): -5252356 or 16571055. OLE color: 16571055.

HSL color Cylindrical-coordinate representation of color #AFDAFC: hue angle of 206.49º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDAFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175218252-
CMYK0.310.1300.01
HSL206.49º92.77%83.73%-
HSV(B)206.49º30.56%98.82%-
XYZ60.3266.29101.71-
YUV209.02152.25103.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=27.13%
G=33.80%
B=39.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752182520.310.1300.01206.4992.7783.73
HexAFDAFC1FD01ce5d54
Octal257332374371501316135124
Binary101011111101101011111100111111101011100111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAFC; }

 p { color: rgb(175,218,252); }

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

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

 a { background-color: rgb(175,218,252); }

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

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

 span { border-color: rgb(175,218,252); }

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