#AFCFFB

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

Shades of Pale Cornflower Blue #AFCFFB

Tints of Pale Cornflower Blue #AFCFFB

Color information

#AFCFFB (or 0xAFCFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and FB. RGB value is (175,207,251). Sum of RGB (Red+Green+Blue) = 175+207+251=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFCFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFFB is #503004. Grayscale: #CACACA. Windows color (decimal): -5255173 or 16502703. OLE color: 16502703.

HSL color Cylindrical-coordinate representation of color #AFCFFB: hue angle of 214.74º 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 #AFCFFB is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175207251-
CMYK0.300.1800.02
HSL214.74º90.48%83.53%-
HSV(B)214.74º30.28%98.43%-
XYZ57.460.799.96-
YUV202.45155.4108.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=27.65%
G=32.70%
B=39.65%

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
Decimal1752072510.300.1800.02214.7490.4883.53
HexAFCFFB1E1202d75a54
Octal257317373362202327132124
Binary10101111110011111111101111110100100101101011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFFB; }

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

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

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

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

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

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

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

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