Html Css Color HEX #ADE0EE Light Blue

📋 copy color: '#ADE0EE'

red 173 ◦ green 224 ◦ blue 238

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

Shades of Light Blue #ADE0EE

Tints of Light Blue #ADE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

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

R = 27.24%
G = 35.28%
B = 37.48%

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

#ADE0EE (or 0xADE0EE) is known color: Light Blue. HEX triplet: AD, E0 and EE. RGB value is (173,224,238). Sum of RGB (Red+Green+Blue) = 173+224+238=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0EE is #521F11. Grayscale: #D2D2D2. Windows color (decimal): -5381906 or 15655085. OLE color: 15655085.

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

Color convert

RGB 173 224 238 -
CMYK 0.27 0.06 0 0.07
HSL 192.92º 0.66% 0.81% -
HSV(B) 192.92º 0.27% 0.93% -
XYZ 59.32 68.37 90.96 -
YUV 210.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 173 224 238 0.27 0.06 0 0.07 192.92 0.66 0.81
Hex AD E0 EE 1B 6 0 7 C1 42 51
Octal 255 340 356 33 6 0 7 301 102 121
Binary 10101101 11100000 11101110 11011 110 0 111 11000001 1000010 1010001

Color Harmonies of #ADE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0EE

Black with #ADE0EE

Text Example


Text Example

White with #ADE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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