Html Css Color HEX #ADDDED Light Blue

📋 copy color: '#ADDDED'

red 173 ◦ green 221 ◦ blue 237

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

Shades of Light Blue #ADDDED

Tints of Light Blue #ADDDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.56%

R = 27.42%
G = 35.02%
B = 37.56%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADDDED (or 0xADDDED) is known color: Light Blue. HEX triplet: AD, DD and ED. RGB value is (173,221,237). Sum of RGB (Red+Green+Blue) = 173+221+237=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADDDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDED is #522212. Grayscale: #D0D0D0. Windows color (decimal): -5382675 or 15588781. OLE color: 15588781.

HSL color Cylindrical-coordinate representation of color #ADDDED: hue angle of 195º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDDED is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 221 237 -
CMYK 0.27 0.07 0 0.07
HSL 195º 0.64% 0.8% -
HSV(B) 195º 0.27% 0.93% -
XYZ 58.38 66.71 89.92 -
YUV 208.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 173 221 237 0.27 0.07 0 0.07 195 0.64 0.8
Hex AD DD ED 1B 7 0 7 C3 40 50
Octal 255 335 355 33 7 0 7 303 100 120
Binary 10101101 11011101 11101101 11011 111 0 111 11000011 1000000 1010000

Color Harmonies of #ADDDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDED

Black with #ADDDED

Text Example


Text Example

White with #ADDDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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