#AFDCF5

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

Shades of Light Blue #AFDCF5

Tints of Light Blue #AFDCF5

Color information

#AFDCF5 (or 0xAFDCF5) is unknown color: approx Light Blue. HEX triplet: AF, DC and F5. RGB value is (175,220,245). Sum of RGB (Red+Green+Blue) = 175+220+245=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFDCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF5 is #50230A. Grayscale: #D1D1D1. Windows color (decimal): -5251851 or 16112815. OLE color: 16112815.

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

Color convert

RGB175220245-
CMYK0.290.1000.04
HSL201.43º77.78%82.35%-
HSV(B)201.43º28.57%96.08%-
XYZ59.7566.8996.15-
YUV209.4148.09103.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=27.34%
G=34.38%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752202450.290.1000.04201.4377.7882.35
HexAFDCF51DA04c94e52
Octal257334365351204311116122
Binary10101111110111001111010111101101001001100100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCF5; }

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

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

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

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

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

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

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

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