Html Css Color HEX #ADDDF3 Light Blue

📋 copy color: '#ADDDF3'

red 173 ◦ green 221 ◦ blue 243

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

Shades of Light Blue #ADDDF3

Tints of Light Blue #ADDDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 27.16%
G = 34.69%
B = 38.15%

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

#ADDDF3 (or 0xADDDF3) is known color: Light Blue. HEX triplet: AD, DD and F3. RGB value is (173,221,243). Sum of RGB (Red+Green+Blue) = 173+221+243=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF3 is #52220C. Grayscale: #D1D1D1. Windows color (decimal): -5382669 or 15981997. OLE color: 15981997.

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

Color convert

RGB 173 221 243 -
CMYK 0.29 0.09 0 0.05
HSL 198.86º 0.74% 0.82% -
HSV(B) 198.86º 0.29% 0.95% -
XYZ 59.27 67.07 94.62 -
YUV 209.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 173 221 243 0.29 0.09 0 0.05 198.86 0.74 0.82
Hex AD DD F3 1D 9 0 5 C7 4A 52
Octal 255 335 363 35 11 0 5 307 112 122
Binary 10101101 11011101 11110011 11101 1001 0 101 11000111 1001010 1010010

Color Harmonies of #ADDDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDF3

Black with #ADDDF3

Text Example


Text Example

White with #ADDDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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