Html Css Color HEX #ADD7DF Light Blue

📋 copy color: '#ADD7DF'

red 173 ◦ green 215 ◦ blue 223

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

Shades of Light Blue #ADD7DF

Tints of Light Blue #ADD7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 28.31%
G = 35.19%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADD7DF (or 0xADD7DF) is known color: Light Blue. HEX triplet: AD, D7 and DF. RGB value is (173,215,223). Sum of RGB (Red+Green+Blue) = 173+215+223=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DF is #522820. Grayscale: #CBCBCB. Windows color (decimal): -5384225 or 14669741. OLE color: 14669741.

HSL color Cylindrical-coordinate representation of color #ADD7DF: hue angle of 189.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD7DF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 215 223 -
CMYK 0.22 0.04 0 0.13
HSL 189.6º 0.44% 0.78% -
HSV(B) 189.6º 0.22% 0.87% -
XYZ 54.85 62.81 79.05 -
YUV 203.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 173 215 223 0.22 0.04 0 0.13 189.6 0.44 0.78
Hex AD D7 DF 16 4 0 D BE 2C 4E
Octal 255 327 337 26 4 0 15 276 54 116
Binary 10101101 11010111 11011111 10110 100 0 1101 10111110 101100 1001110

Color Harmonies of #ADD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7DF

Black with #ADD7DF

Text Example


Text Example

White with #ADD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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