Html Css Color HEX #ADD7EE Light Blue

📋 copy color: '#ADD7EE'

red 173 ◦ green 215 ◦ blue 238

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

Shades of Light Blue #ADD7EE

Tints of Light Blue #ADD7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

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

R = 27.64%
G = 34.35%
B = 38.02%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD7EE (or 0xADD7EE) is known color: Light Blue. HEX triplet: AD, D7 and EE. RGB value is (173,215,238). Sum of RGB (Red+Green+Blue) = 173+215+238=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7EE is #522811. Grayscale: #CCCCCC. Windows color (decimal): -5384210 or 15652781. OLE color: 15652781.

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

Color convert

RGB 173 215 238 -
CMYK 0.27 0.10 0 0.07
HSL 201.23º 0.66% 0.81% -
HSV(B) 201.23º 0.27% 0.93% -
XYZ 56.97 63.66 90.17 -
YUV 205.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 173 215 238 0.27 0.10 0 0.07 201.23 0.66 0.81
Hex AD D7 EE 1B A 0 7 C9 42 51
Octal 255 327 356 33 12 0 7 311 102 121
Binary 10101101 11010111 11101110 11011 1010 0 111 11001001 1000010 1010001

Color Harmonies of #ADD7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7EE

Black with #ADD7EE

Text Example


Text Example

White with #ADD7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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