Html Css Color HEX #45ADDB Summer Sky

📋 copy color: '#45ADDB'

red 69 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #45ADDB

Tints of Summer Sky #45ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 14.97%
G = 37.53%
B = 47.51%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#45ADDB (or 0x45ADDB) is known color: Summer Sky. HEX triplet: 45, AD and DB. RGB value is (69,173,219). Sum of RGB (Red+Green+Blue) = 69+173+219=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #45ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ADDB is #BA5224. Grayscale: #929292. Windows color (decimal): -12210725 or 14396741. OLE color: 14396741.

HSL color Cylindrical-coordinate representation of color #45ADDB: hue angle of 198.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45ADDB is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 173 219 -
CMYK 0.68 0.21 0 0.14
HSL 198.4º 0.68% 0.56% -
HSV(B) 198.4º 0.68% 0.86% -
XYZ 30.18 36.27 72.43 -
YUV 147.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 69 173 219 0.68 0.21 0 0.14 198.4 0.68 0.56
Hex 45 AD DB 44 15 0 E C6 44 38
Octal 105 255 333 104 25 0 16 306 104 70
Binary 1000101 10101101 11011011 1000100 10101 0 1110 11000110 1000100 111000

Color Harmonies of #45ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45ADDB

Black with #45ADDB

Text Example


Text Example

White with #45ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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