#AFDAF0

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

Shades of Light Blue #AFDAF0

Tints of Light Blue #AFDAF0

Color information

#AFDAF0 (or 0xAFDAF0) is unknown color: approx Light Blue. HEX triplet: AF, DA and F0. RGB value is (175,218,240). Sum of RGB (Red+Green+Blue) = 175+218+240=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAF0 is #50250F. Grayscale: #CFCFCF. Windows color (decimal): -5252368 or 15784623. OLE color: 15784623.

HSL color Cylindrical-coordinate representation of color #AFDAF0: hue angle of 200.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDAF0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175218240-
CMYK0.270.0900.06
HSL200.31º68.42%81.37%-
HSV(B)200.31º27.08%94.12%-
XYZ58.4865.5592.01-
YUV207.65146.25104.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=27.65%
G=34.44%
B=37.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752182400.270.0900.06200.3168.4281.37
HexAFDAF01B906c84451
Octal257332360331106310104121
Binary10101111110110101111000011011100101101100100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAF0; }

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

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

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

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

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

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

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

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