#AFCEDF

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

Shades of Light Blue #AFCEDF

Tints of Light Blue #AFCEDF

Color information

#AFCEDF (or 0xAFCEDF) is unknown color: approx Light Blue. HEX triplet: AF, CE and DF. RGB value is (175,206,223). Sum of RGB (Red+Green+Blue) = 175+206+223=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEDF is #503120. Grayscale: #C6C6C6. Windows color (decimal): -5255457 or 14667439. OLE color: 14667439.

HSL color Cylindrical-coordinate representation of color #AFCEDF: hue angle of 201.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCEDF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175206223-
CMYK0.220.0800.13
HSL201.25º42.86%78.04%-
HSV(B)201.25º21.52%87.45%-
XYZ53.0758.5878.32-
YUV198.67141.73111.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=28.97%
G=34.11%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752062230.220.0800.13201.2542.8678.04
HexAFCEDF1680Dc92b4e
Octal257316337261001531153116
Binary10101111110011101101111110110100001101110010011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEDF; }

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

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

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

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

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

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

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

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