Html Css Color HEX #ADDBE8 Light Blue

📋 copy color: '#ADDBE8'

red 173 ◦ green 219 ◦ blue 232

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

Shades of Light Blue #ADDBE8

Tints of Light Blue #ADDBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 27.72%
G = 35.1%
B = 37.18%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDBE8 (or 0xADDBE8) is known color: Light Blue. HEX triplet: AD, DB and E8. RGB value is (173,219,232). Sum of RGB (Red+Green+Blue) = 173+219+232=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBE8 is #522417. Grayscale: #CECECE. Windows color (decimal): -5383192 or 15260589. OLE color: 15260589.

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

Color convert

RGB 173 219 232 -
CMYK 0.25 0.06 0 0.09
HSL 193.22º 0.56% 0.79% -
HSV(B) 193.22º 0.25% 0.91% -
XYZ 57.13 65.37 85.95 -
YUV 206.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 173 219 232 0.25 0.06 0 0.09 193.22 0.56 0.79
Hex AD DB E8 19 6 0 9 C1 38 4F
Octal 255 333 350 31 6 0 11 301 70 117
Binary 10101101 11011011 11101000 11001 110 0 1001 11000001 111000 1001111

Color Harmonies of #ADDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBE8

Black with #ADDBE8

Text Example


Text Example

White with #ADDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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