Html Css Color HEX #44BBDD Summer Sky

📋 copy color: '#44BBDD'

red 68 ◦ green 187 ◦ blue 221

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

Shades of Summer Sky #44BBDD

Tints of Summer Sky #44BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

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

R = 14.29%
G = 39.29%
B = 46.43%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#44BBDD (or 0x44BBDD) is known color: Summer Sky. HEX triplet: 44, BB and DD. RGB value is (68,187,221). Sum of RGB (Red+Green+Blue) = 68+187+221=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #44BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BBDD is #BB4422. Grayscale: #9B9B9B. Windows color (decimal): -12272675 or 14531396. OLE color: 14531396.

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

Color convert

RGB 68 187 221 -
CMYK 0.69 0.15 0 0.13
HSL 193.33º 0.69% 0.57% -
HSV(B) 193.33º 0.69% 0.87% -
XYZ 33.21 41.99 74.76 -
YUV 155.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 68 187 221 0.69 0.15 0 0.13 193.33 0.69 0.57
Hex 44 BB DD 45 F 0 D C1 45 39
Octal 104 273 335 105 17 0 15 301 105 71
Binary 1000100 10111011 11011101 1000101 1111 0 1101 11000001 1000101 111001

Color Harmonies of #44BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BBDD

Black with #44BBDD

Text Example


Text Example

White with #44BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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