Html Css Color HEX #ADD9F2 Light Blue

📋 copy color: '#ADD9F2'

red 173 ◦ green 217 ◦ blue 242

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

Shades of Light Blue #ADD9F2

Tints of Light Blue #ADD9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.34%

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

R = 27.37%
G = 34.34%
B = 38.29%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADD9F2 (or 0xADD9F2) is known color: Light Blue. HEX triplet: AD, D9 and F2. RGB value is (173,217,242). Sum of RGB (Red+Green+Blue) = 173+217+242=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F2 is #52260D. Grayscale: #CECECE. Windows color (decimal): -5383694 or 15915437. OLE color: 15915437.

HSL color Cylindrical-coordinate representation of color #ADD9F2: hue angle of 201.74º 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 #ADD9F2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 217 242 -
CMYK 0.29 0.10 0 0.05
HSL 201.74º 0.73% 0.81% -
HSV(B) 201.74º 0.29% 0.95% -
XYZ 58.07 64.92 93.47 -
YUV 206.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 173 217 242 0.29 0.10 0 0.05 201.74 0.73 0.81
Hex AD D9 F2 1D A 0 5 CA 49 51
Octal 255 331 362 35 12 0 5 312 111 121
Binary 10101101 11011001 11110010 11101 1010 0 101 11001010 1001001 1010001

Color Harmonies of #ADD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9F2

Black with #ADD9F2

Text Example


Text Example

White with #ADD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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