#AFDCF1

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

Shades of Light Blue #AFDCF1

Tints of Light Blue #AFDCF1

Color information

#AFDCF1 (or 0xAFDCF1) is unknown color: approx Light Blue. HEX triplet: AF, DC and F1. RGB value is (175,220,241). Sum of RGB (Red+Green+Blue) = 175+220+241=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF1 is #50230E. Grayscale: #D0D0D0. Windows color (decimal): -5251855 or 15850671. OLE color: 15850671.

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

Color convert

RGB175220241-
CMYK0.270.0900.05
HSL199.09º70.21%81.57%-
HSV(B)199.09º27.39%94.51%-
XYZ59.1566.6592.97-
YUV208.94146.09103.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=27.52%
G=34.59%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752202410.270.0900.05199.0970.2181.57
HexAFDCF11B905c74652
Octal257334361331105307106122
Binary10101111110111001111000111011100101011100011110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCF1; }

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

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

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

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

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

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

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

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