Html Css Color HEX #44ADDB Summer Sky

📋 copy color: '#44ADDB'

red 68 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #44ADDB

Tints of Summer Sky #44ADDB

RGB

 RED value IS 68 (26.95% from 255) = 14.78%

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

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

R = 14.78%
G = 37.61%
B = 47.61%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#44ADDB (or 0x44ADDB) is known color: Summer Sky. HEX triplet: 44, AD and DB. RGB value is (68,173,219). Sum of RGB (Red+Green+Blue) = 68+173+219=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #44ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ADDB is #BB5224. Grayscale: #929292. Windows color (decimal): -12276261 or 14396740. OLE color: 14396740.

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

Color convert

RGB 68 173 219 -
CMYK 0.69 0.21 0 0.14
HSL 198.28º 0.68% 0.56% -
HSV(B) 198.28º 0.69% 0.86% -
XYZ 30.11 36.23 72.42 -
YUV 146.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 68 173 219 0.69 0.21 0 0.14 198.28 0.68 0.56
Hex 44 AD DB 45 15 0 E C6 44 38
Octal 104 255 333 105 25 0 16 306 104 70
Binary 1000100 10101101 11011011 1000101 10101 0 1110 11000110 1000100 111000

Color Harmonies of #44ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44ADDB

Black with #44ADDB

Text Example


Text Example

White with #44ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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