Html Css Color HEX #ADDDF6 Light Blue

📋 copy color: '#ADDDF6'

red 173 ◦ green 221 ◦ blue 246

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

Shades of Light Blue #ADDDF6

Tints of Light Blue #ADDDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 246 (96.48% from 255) = 38.44%

R = 27.03%
G = 34.53%
B = 38.44%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADDDF6 (or 0xADDDF6) is known color: Light Blue. HEX triplet: AD, DD and F6. RGB value is (173,221,246). Sum of RGB (Red+Green+Blue) = 173+221+246=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF6 is #522209. Grayscale: #D1D1D1. Windows color (decimal): -5382666 or 16178605. OLE color: 16178605.

HSL color Cylindrical-coordinate representation of color #ADDDF6: hue angle of 200.55º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDDF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 221 246 -
CMYK 0.30 0.10 0 0.04
HSL 200.55º 0.8% 0.82% -
HSV(B) 200.55º 0.3% 0.96% -
XYZ 59.72 67.25 97.02 -
YUV 209.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 173 221 246 0.30 0.10 0 0.04 200.55 0.8 0.82
Hex AD DD F6 1E A 0 4 C9 50 52
Octal 255 335 366 36 12 0 4 311 120 122
Binary 10101101 11011101 11110110 11110 1010 0 100 11001001 1010000 1010010

Color Harmonies of #ADDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDF6

Black with #ADDDF6

Text Example


Text Example

White with #ADDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDF6; }

 p { color: rgb(173,221,246); }

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

background-color css

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

 a { background-color: rgb(173,221,246); }

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

border-color css

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

 span { border-color: rgb(173,221,246); }

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