#afcfef

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

Shades of Pale Cornflower Blue #AFCFEF

Tints of Pale Cornflower Blue #AFCFEF

Color information

#AFCFEF (or 0xAFCFEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and EF. RGB value is (175,207,239). Sum of RGB (Red+Green+Blue) = 175+207+239=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFCFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFEF is #503010. Grayscale: #C8C8C8. Windows color (decimal): -5255185 or 15716271. OLE color: 15716271.

HSL color Cylindrical-coordinate representation of color #AFCFEF: hue angle of 210º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCFEF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175207239-
CMYK0.270.1300.06
HSL210º66.67%81.18%-
HSV(B)210º26.78%93.73%-
XYZ55.5759.9790.31-
YUV201.08149.4109.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=28.18%
G=33.33%
B=38.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752072390.270.1300.0621066.6781.18
HexAFCFEF1BD06d24351
Octal257317357331506322103121
Binary10101111110011111110111111011110101101101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afcfef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afcfef; }

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

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

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

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

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

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

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

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