#44B0E3

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

Shades of Summer Sky #44B0E3

Tints of Summer Sky #44B0E3

Color information

#44B0E3 (or 0x44B0E3) is unknown color: approx Summer Sky. HEX triplet: 44, B0 and E3. RGB value is (68,176,227). Sum of RGB (Red+Green+Blue) = 68+176+227=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #44B0E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B0E3 is #BB4F1C. Grayscale: #959595. Windows color (decimal): -12275485 or 14921796. OLE color: 14921796.

HSL color Cylindrical-coordinate representation of color #44B0E3: hue angle of 199.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44B0E3 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB68176227-
CMYK0.700.2200.11
HSL199.25º73.95%57.84%-
HSV(B)199.25º70.04%89.02%-
XYZ31.7737.8378.3-
YUV149.52171.7269.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.44%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 227 (89.06% from 255) = 48.20%
R=14.44%
G=37.37%
B=48.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal681762270.700.2200.11199.2573.9557.84
Hex44B0E346160Bc74a3a
Octal1042603431062601330711272
Binary1000100101100001110001110001101011001011110001111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,176,227); }

 H1.HeaderClassName
 {
   color: #44B0E3;
 }
 .AnyTagClassName
 {
   color: #44B0E3;
 }
</style>
background-color css

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

 a { background-color: rgb(68,176,227); }

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

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

 span { border-color: rgb(68,176,227); }

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