#AFDCF2

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

Shades of Light Blue #AFDCF2

Tints of Light Blue #AFDCF2

Color information

#AFDCF2 (or 0xAFDCF2) is unknown color: approx Light Blue. HEX triplet: AF, DC and F2. RGB value is (175,220,242). Sum of RGB (Red+Green+Blue) = 175+220+242=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFDCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF2 is #50230D. Grayscale: #D0D0D0. Windows color (decimal): -5251854 or 15916207. OLE color: 15916207.

HSL color Cylindrical-coordinate representation of color #AFDCF2: hue angle of 199.7º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDCF2 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175220242-
CMYK0.280.0900.05
HSL199.7º72.04%81.76%-
HSV(B)199.7º27.69%94.9%-
XYZ59.366.7193.76-
YUV209.05146.59103.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=27.47%
G=34.54%
B=37.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752202420.280.0900.05199.772.0481.76
HexAFDCF21C905c84852
Octal257334362341105310110122
Binary10101111110111001111001011100100101011100100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCF2; }

 p { color: rgb(175,220,242); }

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

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

 a { background-color: rgb(175,220,242); }

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

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

 span { border-color: rgb(175,220,242); }

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