Html Css Color HEX #44ABDD Summer Sky

📋 copy color: '#44ABDD'

red 68 ◦ green 171 ◦ blue 221

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

Shades of Summer Sky #44ABDD

Tints of Summer Sky #44ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

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

R = 14.78%
G = 37.17%
B = 48.04%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#44ABDD (or 0x44ABDD) is known color: Summer Sky. HEX triplet: 44, AB and DD. RGB value is (68,171,221). Sum of RGB (Red+Green+Blue) = 68+171+221=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #44ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ABDD is #BB5422. Grayscale: #919191. Windows color (decimal): -12276771 or 14527300. OLE color: 14527300.

HSL color Cylindrical-coordinate representation of color #44ABDD: hue angle of 199.61º 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 #44ABDD is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 171 221 -
CMYK 0.69 0.23 0 0.13
HSL 199.61º 0.69% 0.57% -
HSV(B) 199.61º 0.69% 0.87% -
XYZ 30 35.58 73.69 -
YUV 145.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 68 171 221 0.69 0.23 0 0.13 199.61 0.69 0.57
Hex 44 AB DD 45 17 0 D C8 45 39
Octal 104 253 335 105 27 0 15 310 105 71
Binary 1000100 10101011 11011101 1000101 10111 0 1101 11001000 1000101 111001

Color Harmonies of #44ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44ABDD

Black with #44ABDD

Text Example


Text Example

White with #44ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,171,221); }

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

background-color css

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

 a { background-color: rgb(68,171,221); }

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

border-color css

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

 span { border-color: rgb(68,171,221); }

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