Html Css Color HEX #ADDAEB Light Blue

📋 copy color: '#ADDAEB'

red 173 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #ADDAEB

Tints of Light Blue #ADDAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.82%

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 27.64%
G = 34.82%
B = 37.54%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADDAEB (or 0xADDAEB) is known color: Light Blue. HEX triplet: AD, DA and EB. RGB value is (173,218,235). Sum of RGB (Red+Green+Blue) = 173+218+235=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADDAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEB is #522514. Grayscale: #CECECE. Windows color (decimal): -5383445 or 15456941. OLE color: 15456941.

HSL color Cylindrical-coordinate representation of color #ADDAEB: hue angle of 196.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDAEB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 218 235 -
CMYK 0.26 0.07 0 0.08
HSL 196.45º 0.61% 0.8% -
HSV(B) 196.45º 0.26% 0.92% -
XYZ 57.3 65.03 88.13 -
YUV 206.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 173 218 235 0.26 0.07 0 0.08 196.45 0.61 0.8
Hex AD DA EB 1A 7 0 8 C4 3D 50
Octal 255 332 353 32 7 0 10 304 75 120
Binary 10101101 11011010 11101011 11010 111 0 1000 11000100 111101 1010000

Color Harmonies of #ADDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAEB

Black with #ADDAEB

Text Example


Text Example

White with #ADDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAEB; }

 p { color: rgb(173,218,235); }

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

background-color css

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

 a { background-color: rgb(173,218,235); }

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

border-color css

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

 span { border-color: rgb(173,218,235); }

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