Html Css Color HEX #ADDDF0 Light Blue

📋 copy color: '#ADDDF0'

red 173 ◦ green 221 ◦ blue 240

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

Shades of Light Blue #ADDDF0

Tints of Light Blue #ADDDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 27.29%
G = 34.86%
B = 37.85%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADDDF0 (or 0xADDDF0) is known color: Light Blue. HEX triplet: AD, DD and F0. RGB value is (173,221,240). Sum of RGB (Red+Green+Blue) = 173+221+240=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF0 is #52220F. Grayscale: #D0D0D0. Windows color (decimal): -5382672 or 15785389. OLE color: 15785389.

HSL color Cylindrical-coordinate representation of color #ADDDF0: hue angle of 197.01º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDDF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 221 240 -
CMYK 0.28 0.08 0 0.06
HSL 197.01º 0.69% 0.81% -
HSV(B) 197.01º 0.28% 0.94% -
XYZ 58.82 66.89 92.25 -
YUV 208.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 173 221 240 0.28 0.08 0 0.06 197.01 0.69 0.81
Hex AD DD F0 1C 8 0 6 C5 45 51
Octal 255 335 360 34 10 0 6 305 105 121
Binary 10101101 11011101 11110000 11100 1000 0 110 11000101 1000101 1010001

Color Harmonies of #ADDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDF0

Black with #ADDDF0

Text Example


Text Example

White with #ADDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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