Html Css Color HEX #45ADDD Summer Sky

📋 copy color: '#45ADDD'

red 69 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #45ADDD

Tints of Summer Sky #45ADDD

RGB

 RED value IS 69 (27.34% from 255) = 14.9%

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 14.9%
G = 37.37%
B = 47.73%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#45ADDD (or 0x45ADDD) is known color: Summer Sky. HEX triplet: 45, AD and DD. RGB value is (69,173,221). Sum of RGB (Red+Green+Blue) = 69+173+221=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #45ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ADDD is #BA5222. Grayscale: #939393. Windows color (decimal): -12210723 or 14527813. OLE color: 14527813.

HSL color Cylindrical-coordinate representation of color #45ADDD: hue angle of 198.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45ADDD is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 173 221 -
CMYK 0.69 0.22 0 0.13
HSL 198.95º 0.69% 0.57% -
HSV(B) 198.95º 0.69% 0.87% -
XYZ 30.45 36.37 73.82 -
YUV 147.38 169.54 72.1 -
System Red Green Blue C M Y K H S L
Decimal 69 173 221 0.69 0.22 0 0.13 198.95 0.69 0.57
Hex 45 AD DD 45 16 0 D C7 45 39
Octal 105 255 335 105 26 0 15 307 105 71
Binary 1000101 10101101 11011101 1000101 10110 0 1101 11000111 1000101 111001

Color Harmonies of #45ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45ADDD

Black with #45ADDD

Text Example


Text Example

White with #45ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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