#ADDBEE

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

Shades of Light Blue #ADDBEE

Tints of Light Blue #ADDBEE

Color information

#ADDBEE (or 0xADDBEE) is unknown color: approx Light Blue. HEX triplet: AD, DB and EE. RGB value is (173,219,238). Sum of RGB (Red+Green+Blue) = 173+219+238=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBEE is #522411. Grayscale: #CFCFCF. Windows color (decimal): -5383186 or 15653805. OLE color: 15653805.

HSL color Cylindrical-coordinate representation of color #ADDBEE: hue angle of 197.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDBEE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173219238-
CMYK0.270.0800.07
HSL197.54º65.66%80.59%-
HSV(B)197.54º27.31%93.33%-
XYZ5865.7290.52-
YUV207.41145.26103.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=27.46%
G=34.76%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732192380.270.0800.07197.5465.6680.59
HexADDBEE1B807c64251
Octal255333356331007306102121
Binary10101101110110111110111011011100001111100011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBEE; }

 p { color: rgb(173,219,238); }

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

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

 a { background-color: rgb(173,219,238); }

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

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

 span { border-color: rgb(173,219,238); }

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