Html Css Color HEX #ADE0EF Light Blue

📋 copy color: '#ADE0EF'

red 173 ◦ green 224 ◦ blue 239

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

Shades of Light Blue #ADE0EF

Tints of Light Blue #ADE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 27.2%
G = 35.22%
B = 37.58%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADE0EF (or 0xADE0EF) is known color: Light Blue. HEX triplet: AD, E0 and EF. RGB value is (173,224,239). Sum of RGB (Red+Green+Blue) = 173+224+239=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0EF is #521F10. Grayscale: #D2D2D2. Windows color (decimal): -5381905 or 15720621. OLE color: 15720621.

HSL color Cylindrical-coordinate representation of color #ADE0EF: hue angle of 193.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE0EF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 224 239 -
CMYK 0.28 0.06 0 0.06
HSL 193.64º 0.67% 0.81% -
HSV(B) 193.64º 0.28% 0.94% -
XYZ 59.47 68.43 91.73 -
YUV 210.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 173 224 239 0.28 0.06 0 0.06 193.64 0.67 0.81
Hex AD E0 EF 1C 6 0 6 C2 43 51
Octal 255 340 357 34 6 0 6 302 103 121
Binary 10101101 11100000 11101111 11100 110 0 110 11000010 1000011 1010001

Color Harmonies of #ADE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0EF

Black with #ADE0EF

Text Example


Text Example

White with #ADE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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