#AFCFDF

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

Shades of Light Blue #AFCFDF

Tints of Light Blue #AFCFDF

Color information

#AFCFDF (or 0xAFCFDF) is unknown color: approx Light Blue. HEX triplet: AF, CF and DF. RGB value is (175,207,223). Sum of RGB (Red+Green+Blue) = 175+207+223=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFDF is #503020. Grayscale: #C7C7C7. Windows color (decimal): -5255201 or 14667695. OLE color: 14667695.

HSL color Cylindrical-coordinate representation of color #AFCFDF: hue angle of 200º 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 #AFCFDF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175207223-
CMYK0.220.0700.13
HSL200º42.86%78.04%-
HSV(B)200º21.52%87.45%-
XYZ53.3159.0778.4-
YUV199.26141.4110.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=28.93%
G=34.21%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752072230.220.0700.1320042.8678.04
HexAFCFDF1670Dc82b4e
Octal25731733726701531053116
Binary1010111111001111110111111011011101101110010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFDF; }

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

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

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

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

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

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

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

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