#AFDAF3

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

Shades of Light Blue #AFDAF3

Tints of Light Blue #AFDAF3

Color information

#AFDAF3 (or 0xAFDAF3) is unknown color: approx Light Blue. HEX triplet: AF, DA and F3. RGB value is (175,218,243). Sum of RGB (Red+Green+Blue) = 175+218+243=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFDAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAF3 is #50250C. Grayscale: #CFCFCF. Windows color (decimal): -5252365 or 15981231. OLE color: 15981231.

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

Color convert

RGB175218243-
CMYK0.280.1000.05
HSL202.06º73.91%81.96%-
HSV(B)202.06º27.98%95.29%-
XYZ58.9365.7394.37-
YUV207.99147.75104.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=27.52%
G=34.28%
B=38.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752182430.280.1000.05202.0673.9181.96
HexAFDAF31CA05ca4a52
Octal257332363341205312112122
Binary10101111110110101111001111100101001011100101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAF3; }

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

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

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

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

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

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

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

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