#44BBDD

Color #44BBDD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #44BBDD

Tints of Summer Sky #44BBDD

Color information

#44BBDD (or 0x44BBDD) is unknown color: approx 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

RGB68187221-
CMYK0.690.1500.13
HSL193.33º69.23%56.67%-
HSV(B)193.33º69.23%86.67%-
XYZ33.2141.9974.76-
YUV155.3165.0865.74-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681872210.690.1500.13193.3369.2356.67
Hex44BBDD45F0Dc14539
Octal1042733351051701530110571
Binary100010010111011110111011000101111101101110000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>