#AFDBF0

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

Shades of Light Blue #AFDBF0

Tints of Light Blue #AFDBF0

Color information

#AFDBF0 (or 0xAFDBF0) is unknown color: approx Light Blue. HEX triplet: AF, DB and F0. RGB value is (175,219,240). Sum of RGB (Red+Green+Blue) = 175+219+240=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF0 is #50240F. Grayscale: #D0D0D0. Windows color (decimal): -5252112 or 15784879. OLE color: 15784879.

HSL color Cylindrical-coordinate representation of color #AFDBF0: hue angle of 199.38º 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 #AFDBF0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175219240-
CMYK0.270.0900.06
HSL199.38º68.42%81.37%-
HSV(B)199.38º27.08%94.12%-
XYZ58.7466.0792.09-
YUV208.24145.92104.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=27.60%
G=34.54%
B=37.85%

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
Decimal1752192400.270.0900.06199.3868.4281.37
HexAFDBF01B906c74451
Octal257333360331106307104121
Binary10101111110110111111000011011100101101100011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBF0; }

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

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

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

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

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

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

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

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