#AFDCF3

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

Shades of Light Blue #AFDCF3

Tints of Light Blue #AFDCF3

Color information

#AFDCF3 (or 0xAFDCF3) is unknown color: approx Light Blue. HEX triplet: AF, DC and F3. RGB value is (175,220,243). Sum of RGB (Red+Green+Blue) = 175+220+243=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFDCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF3 is #50230C. Grayscale: #D1D1D1. Windows color (decimal): -5251853 or 15981743. OLE color: 15981743.

HSL color Cylindrical-coordinate representation of color #AFDCF3: hue angle of 200.29º degrees, saturation: 0.74, 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 #AFDCF3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175220243-
CMYK0.280.0900.05
HSL200.29º73.91%81.96%-
HSV(B)200.29º27.98%95.29%-
XYZ59.4566.7794.55-
YUV209.17147.09103.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=27.43%
G=34.48%
B=38.09%

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
Decimal1752202430.280.0900.05200.2973.9181.96
HexAFDCF31C905c84a52
Octal257334363341105310112122
Binary10101111110111001111001111100100101011100100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCF3; }

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

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

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

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

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

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

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

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