#AFD2FE

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

Shades of Pale Cornflower Blue #AFD2FE

Tints of Pale Cornflower Blue #AFD2FE

Color information

#AFD2FE (or 0xAFD2FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and FE. RGB value is (175,210,254). Sum of RGB (Red+Green+Blue) = 175+210+254=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2FE is #502D01. Grayscale: #CCCCCC. Windows color (decimal): -5254402 or 16700079. OLE color: 16700079.

HSL color Cylindrical-coordinate representation of color #AFD2FE: hue angle of 213.42º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD2FE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175210254-
CMYK0.310.1700.00
HSL213.42º97.53%84.12%-
HSV(B)213.42º31.1%99.61%-
XYZ58.6262.36102.71-
YUV204.55155.9106.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 210 (82.42% from 255) = 32.86%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=27.39%
G=32.86%
B=39.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752102540.310.1700.00213.4297.5384.12
HexAFD2FE1F1100d56254
Octal257322376372100325142124
Binary1010111111010010111111101111110001001101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2FE; }

 p { color: rgb(175,210,254); }

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

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

 a { background-color: rgb(175,210,254); }

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

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

 span { border-color: rgb(175,210,254); }

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