Html Css Color HEX #ADDAE6 Light Blue

📋 copy color: '#ADDAE6'

red 173 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #ADDAE6

Tints of Light Blue #ADDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.04%

R = 27.86%
G = 35.1%
B = 37.04%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADDAE6 (or 0xADDAE6) is known color: Light Blue. HEX triplet: AD, DA and E6. RGB value is (173,218,230). Sum of RGB (Red+Green+Blue) = 173+218+230=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADDAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAE6 is #522519. Grayscale: #CDCDCD. Windows color (decimal): -5383450 or 15129261. OLE color: 15129261.

HSL color Cylindrical-coordinate representation of color #ADDAE6: hue angle of 192.63º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDAE6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 218 230 -
CMYK 0.25 0.05 0 0.10
HSL 192.63º 0.53% 0.79% -
HSV(B) 192.63º 0.25% 0.9% -
XYZ 56.59 64.74 84.38 -
YUV 205.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 173 218 230 0.25 0.05 0 0.10 192.63 0.53 0.79
Hex AD DA E6 19 5 0 A C1 35 4F
Octal 255 332 346 31 5 0 12 301 65 117
Binary 10101101 11011010 11100110 11001 101 0 1010 11000001 110101 1001111

Color Harmonies of #ADDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAE6

Black with #ADDAE6

Text Example


Text Example

White with #ADDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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