Html Css Color HEX #ADD3E6 Light Blue

📋 copy color: '#ADD3E6'

red 173 ◦ green 211 ◦ blue 230

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

Shades of Light Blue #ADD3E6

Tints of Light Blue #ADD3E6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.36%

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

R = 28.18%
G = 34.36%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD3E6 (or 0xADD3E6) is known color: Light Blue. HEX triplet: AD, D3 and E6. RGB value is (173,211,230). Sum of RGB (Red+Green+Blue) = 173+211+230=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3E6 is #522C19. Grayscale: #C9C9C9. Windows color (decimal): -5385242 or 15127469. OLE color: 15127469.

HSL color Cylindrical-coordinate representation of color #ADD3E6: hue angle of 200º 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 #ADD3E6 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 211 230 -
CMYK 0.25 0.08 0 0.10
HSL 200º 0.53% 0.79% -
HSV(B) 200º 0.25% 0.9% -
XYZ 54.81 61.19 83.78 -
YUV 201.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 173 211 230 0.25 0.08 0 0.10 200 0.53 0.79
Hex AD D3 E6 19 8 0 A C8 35 4F
Octal 255 323 346 31 10 0 12 310 65 117
Binary 10101101 11010011 11100110 11001 1000 0 1010 11001000 110101 1001111

Color Harmonies of #ADD3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3E6

Black with #ADD3E6

Text Example


Text Example

White with #ADD3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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