#AFDCF6

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

Shades of Light Blue #AFDCF6

Tints of Light Blue #AFDCF6

Color information

#AFDCF6 (or 0xAFDCF6) is unknown color: approx Light Blue. HEX triplet: AF, DC and F6. RGB value is (175,220,246). Sum of RGB (Red+Green+Blue) = 175+220+246=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFDCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF6 is #502309. Grayscale: #D1D1D1. Windows color (decimal): -5251850 or 16178351. OLE color: 16178351.

HSL color Cylindrical-coordinate representation of color #AFDCF6: hue angle of 201.97º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDCF6 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175220246-
CMYK0.290.1100.04
HSL201.97º79.78%82.55%-
HSV(B)201.97º28.86%96.47%-
XYZ59.9166.9596.95-
YUV209.51148.59103.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.30%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=27.30%
G=34.32%
B=38.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752202460.290.1100.04201.9779.7882.55
HexAFDCF61DB04ca5053
Octal257334366351304312120123
Binary10101111110111001111011011101101101001100101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCF6; }

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

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

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

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

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

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

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

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