Html Css Color HEX #ADD8E7 Light Blue

📋 copy color: '#ADD8E7'

red 173 ◦ green 216 ◦ blue 231

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

Shades of Light Blue #ADD8E7

Tints of Light Blue #ADD8E7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.84%

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 27.9%
G = 34.84%
B = 37.26%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADD8E7 (or 0xADD8E7) is known color: Light Blue. HEX triplet: AD, D8 and E7. RGB value is (173,216,231). Sum of RGB (Red+Green+Blue) = 173+216+231=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8E7 is #522718. Grayscale: #CCCCCC. Windows color (decimal): -5383961 or 15194285. OLE color: 15194285.

HSL color Cylindrical-coordinate representation of color #ADD8E7: hue angle of 195.52º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD8E7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 216 231 -
CMYK 0.25 0.06 0 0.09
HSL 195.52º 0.55% 0.79% -
HSV(B) 195.52º 0.25% 0.91% -
XYZ 56.21 63.77 84.95 -
YUV 204.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 173 216 231 0.25 0.06 0 0.09 195.52 0.55 0.79
Hex AD D8 E7 19 6 0 9 C4 37 4F
Octal 255 330 347 31 6 0 11 304 67 117
Binary 10101101 11011000 11100111 11001 110 0 1001 11000100 110111 1001111

Color Harmonies of #ADD8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8E7

Black with #ADD8E7

Text Example


Text Example

White with #ADD8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8E7; }

 p { color: rgb(173,216,231); }

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

background-color css

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

 a { background-color: rgb(173,216,231); }

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

border-color css

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

 span { border-color: rgb(173,216,231); }

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