Html Css Color HEX #ADDEEE Light Blue

📋 copy color: '#ADDEEE'

red 173 ◦ green 222 ◦ blue 238

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

Shades of Light Blue #ADDEEE

Tints of Light Blue #ADDEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 27.33%
G = 35.07%
B = 37.6%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADDEEE (or 0xADDEEE) is known color: Light Blue. HEX triplet: AD, DE and EE. RGB value is (173,222,238). Sum of RGB (Red+Green+Blue) = 173+222+238=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEEE is #522111. Grayscale: #D1D1D1. Windows color (decimal): -5382418 or 15654573. OLE color: 15654573.

HSL color Cylindrical-coordinate representation of color #ADDEEE: hue angle of 194.77º 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 #ADDEEE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 222 238 -
CMYK 0.27 0.07 0 0.07
HSL 194.77º 0.66% 0.81% -
HSV(B) 194.77º 0.27% 0.93% -
XYZ 58.79 67.3 90.78 -
YUV 209.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 173 222 238 0.27 0.07 0 0.07 194.77 0.66 0.81
Hex AD DE EE 1B 7 0 7 C3 42 51
Octal 255 336 356 33 7 0 7 303 102 121
Binary 10101101 11011110 11101110 11011 111 0 111 11000011 1000010 1010001

Color Harmonies of #ADDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEEE

Black with #ADDEEE

Text Example


Text Example

White with #ADDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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