Html Css Color HEX #ADDBE9 Light Blue

📋 copy color: '#ADDBE9'

red 173 ◦ green 219 ◦ blue 233

#ADDBE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #ADDBE9

Tints of Light Blue #ADDBE9

RGB

 RED value IS 173 (67.97% from 255) = 27.68%

 GREEN value IS 219 (85.94% from 255) = 35.04%

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 27.68%
G = 35.04%
B = 37.28%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDBE9 (or 0xADDBE9) is known color: Light Blue. HEX triplet: AD, DB and E9. RGB value is (173,219,233). Sum of RGB (Red+Green+Blue) = 173+219+233=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBE9 is #522416. Grayscale: #CECECE. Windows color (decimal): -5383191 or 15326125. OLE color: 15326125.

HSL color Cylindrical-coordinate representation of color #ADDBE9: hue angle of 194º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDBE9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 219 233 -
CMYK 0.26 0.06 0 0.09
HSL 194º 0.58% 0.8% -
HSV(B) 194º 0.26% 0.91% -
XYZ 57.27 65.43 86.7 -
YUV 206.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 173 219 233 0.26 0.06 0 0.09 194 0.58 0.8
Hex AD DB E9 1A 6 0 9 C2 3A 50
Octal 255 333 351 32 6 0 11 302 72 120
Binary 10101101 11011011 11101001 11010 110 0 1001 11000010 111010 1010000

Color Harmonies of #ADDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBE9

Black with #ADDBE9

Text Example


Text Example

White with #ADDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBE9; }

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

 H1.HeaderClassName
 {
   color: #ADDBE9;
 }
 .AnyTagClassName
 {
   color: #ADDBE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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