#AFCEFF

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

Shades of Pale Cornflower Blue #AFCEFF

Tints of Pale Cornflower Blue #AFCEFF

Color information

#AFCEFF (or 0xAFCEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and FF. RGB value is (175,206,255). Sum of RGB (Red+Green+Blue) = 175+206+255=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEFF is #503100. Grayscale: #CACACA. Windows color (decimal): -5255425 or 16764591. OLE color: 16764591.

HSL color Cylindrical-coordinate representation of color #AFCEFF: hue angle of 216.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCEFF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175206255-
CMYK0.310.1900
HSL216.75º100%84.31%-
HSV(B)216.75º31.37%100%-
XYZ57.860.48103.23-
YUV202.32157.73108.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 255 (100% from 255) = 40.09%
R=27.52%
G=32.39%
B=40.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752062550.310.1900216.7510084.31
HexAFCEFF1F1300d96454
Octal257316377372300331144124
Binary1010111111001110111111111111110011001101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEFF; }

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

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

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

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

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

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

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

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