Html Css Color HEX #ADDEED Light Blue

📋 copy color: '#ADDEED'

red 173 ◦ green 222 ◦ blue 237

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

Shades of Light Blue #ADDEED

Tints of Light Blue #ADDEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.13%

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 27.37%
G = 35.13%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADDEED (or 0xADDEED) is known color: Light Blue. HEX triplet: AD, DE and ED. RGB value is (173,222,237). Sum of RGB (Red+Green+Blue) = 173+222+237=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEED is #522112. Grayscale: #D0D0D0. Windows color (decimal): -5382419 or 15589037. OLE color: 15589037.

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

Color convert

RGB 173 222 237 -
CMYK 0.27 0.06 0 0.07
HSL 194.06º 0.64% 0.8% -
HSV(B) 194.06º 0.27% 0.93% -
XYZ 58.64 67.24 90.01 -
YUV 209.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 173 222 237 0.27 0.06 0 0.07 194.06 0.64 0.8
Hex AD DE ED 1B 6 0 7 C2 40 50
Octal 255 336 355 33 6 0 7 302 100 120
Binary 10101101 11011110 11101101 11011 110 0 111 11000010 1000000 1010000

Color Harmonies of #ADDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEED

Black with #ADDEED

Text Example


Text Example

White with #ADDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEED; }

 p { color: rgb(173,222,237); }

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

background-color css

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

 a { background-color: rgb(173,222,237); }

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

border-color css

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

 span { border-color: rgb(173,222,237); }

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