#AFDBEF

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

Shades of Light Blue #AFDBEF

Tints of Light Blue #AFDBEF

Color information

#AFDBEF (or 0xAFDBEF) is unknown color: approx Light Blue. HEX triplet: AF, DB and EF. RGB value is (175,219,239). Sum of RGB (Red+Green+Blue) = 175+219+239=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBEF is #502410. Grayscale: #CFCFCF. Windows color (decimal): -5252113 or 15719343. OLE color: 15719343.

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

Color convert

RGB175219239-
CMYK0.270.0800.06
HSL198.75º66.67%81.18%-
HSV(B)198.75º26.78%93.73%-
XYZ58.5966.0191.31-
YUV208.12145.42104.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=27.65%
G=34.60%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752192390.270.0800.06198.7566.6781.18
HexAFDBEF1B806c74351
Octal257333357331006307103121
Binary10101111110110111110111111011100001101100011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBEF; }

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

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

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

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

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

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

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

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