#AFCEFD

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

Shades of Pale Cornflower Blue #AFCEFD

Tints of Pale Cornflower Blue #AFCEFD

Color information

#AFCEFD (or 0xAFCEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and FD. RGB value is (175,206,253). Sum of RGB (Red+Green+Blue) = 175+206+253=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEFD is #503102. Grayscale: #C9C9C9. Windows color (decimal): -5255427 or 16633519. OLE color: 16633519.

HSL color Cylindrical-coordinate representation of color #AFCEFD: hue angle of 216.15º degrees, saturation: 0.95, 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 #AFCEFD is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175206253-
CMYK0.310.1900.01
HSL216.15º95.12%83.92%-
HSV(B)216.15º30.83%99.22%-
XYZ57.4860.35101.55-
YUV202.09156.73108.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=27.60%
G=32.49%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752062530.310.1900.01216.1595.1283.92
HexAFCEFD1F1301d85f54
Octal257316375372301330137124
Binary1010111111001110111111011111110011011101100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEFD; }

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

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

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

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

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

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

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

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