Html Css Color HEX #ADDDF2 Light Blue

📋 copy color: '#ADDDF2'

red 173 ◦ green 221 ◦ blue 242

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

Shades of Light Blue #ADDDF2

Tints of Light Blue #ADDDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.05%

R = 27.2%
G = 34.75%
B = 38.05%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADDDF2 (or 0xADDDF2) is known color: Light Blue. HEX triplet: AD, DD and F2. RGB value is (173,221,242). Sum of RGB (Red+Green+Blue) = 173+221+242=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADDDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF2 is #52220D. Grayscale: #D0D0D0. Windows color (decimal): -5382670 or 15916461. OLE color: 15916461.

HSL color Cylindrical-coordinate representation of color #ADDDF2: hue angle of 198.26º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDDF2 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 221 242 -
CMYK 0.29 0.09 0 0.05
HSL 198.26º 0.73% 0.81% -
HSV(B) 198.26º 0.29% 0.95% -
XYZ 59.12 67.01 93.82 -
YUV 209.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 173 221 242 0.29 0.09 0 0.05 198.26 0.73 0.81
Hex AD DD F2 1D 9 0 5 C6 49 51
Octal 255 335 362 35 11 0 5 306 111 121
Binary 10101101 11011101 11110010 11101 1001 0 101 11000110 1001001 1010001

Color Harmonies of #ADDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDF2

Black with #ADDDF2

Text Example


Text Example

White with #ADDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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