#AFCFEB

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

Shades of Pale Cornflower Blue #AFCFEB

Tints of Pale Cornflower Blue #AFCFEB

Color information

#AFCFEB (or 0xAFCFEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and EB. RGB value is (175,207,235). Sum of RGB (Red+Green+Blue) = 175+207+235=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFEB is #503014. Grayscale: #C8C8C8. Windows color (decimal): -5255189 or 15454127. OLE color: 15454127.

HSL color Cylindrical-coordinate representation of color #AFCFEB: hue angle of 208º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCFEB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175207235-
CMYK0.260.1200.08
HSL208º60%80.39%-
HSV(B)208º25.53%92.16%-
XYZ54.9959.7487.23-
YUV200.62147.4109.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=28.36%
G=33.55%
B=38.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752072350.260.1200.082086080.39
HexAFCFEB1AC08d03c50
Octal257317353321401032074120
Binary10101111110011111110101111010110001000110100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFEB; }

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

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

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

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

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

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

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

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