#AFDBF2

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

Shades of Light Blue #AFDBF2

Tints of Light Blue #AFDBF2

Color information

#AFDBF2 (or 0xAFDBF2) is unknown color: approx Light Blue. HEX triplet: AF, DB and F2. RGB value is (175,219,242). Sum of RGB (Red+Green+Blue) = 175+219+242=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF2 is #50240D. Grayscale: #D0D0D0. Windows color (decimal): -5252110 or 15915951. OLE color: 15915951.

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

Color convert

RGB175219242-
CMYK0.280.1000.05
HSL200.6º72.04%81.76%-
HSV(B)200.6º27.69%94.9%-
XYZ59.0466.1993.67-
YUV208.47146.92104.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=27.52%
G=34.43%
B=38.05%

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
Decimal1752192420.280.1000.05200.672.0481.76
HexAFDBF21CA05c94852
Octal257333362341205311110122
Binary10101111110110111111001011100101001011100100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBF2; }

 p { color: rgb(175,219,242); }

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

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

 a { background-color: rgb(175,219,242); }

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

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

 span { border-color: rgb(175,219,242); }

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