#AFCDFB

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

Shades of Pale Cornflower Blue #AFCDFB

Tints of Pale Cornflower Blue #AFCDFB

Color information

#AFCDFB (or 0xAFCDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and FB. RGB value is (175,205,251). Sum of RGB (Red+Green+Blue) = 175+205+251=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDFB is #503204. Grayscale: #C9C9C9. Windows color (decimal): -5255685 or 16502191. OLE color: 16502191.

HSL color Cylindrical-coordinate representation of color #AFCDFB: hue angle of 216.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCDFB is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175205251-
CMYK0.300.1800.02
HSL216.32º90.48%83.53%-
HSV(B)216.32º30.28%98.43%-
XYZ56.9259.7499.8-
YUV201.27156.06109.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=27.73%
G=32.49%
B=39.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752052510.300.1800.02216.3290.4883.53
HexAFCDFB1E1202d85a54
Octal257315373362202330132124
Binary10101111110011011111101111110100100101101100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDFB; }

 p { color: rgb(175,205,251); }

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

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

 a { background-color: rgb(175,205,251); }

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

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

 span { border-color: rgb(175,205,251); }

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