#44B8ED

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

Shades of Summer Sky #44B8ED

Tints of Summer Sky #44B8ED

Color information

#44B8ED (or 0x44B8ED) is unknown color: approx Summer Sky. HEX triplet: 44, B8 and ED. RGB value is (68,184,237). Sum of RGB (Red+Green+Blue) = 68+184+237=489 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.91% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #44B8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44B8ED is #BB4712. Grayscale: #9B9B9B. Windows color (decimal): -12273427 or 15579204. OLE color: 15579204.

HSL color Cylindrical-coordinate representation of color #44B8ED: hue angle of 198.82º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44B8ED is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB68184237-
CMYK0.710.2200.07
HSL198.82º82.44%59.8%-
HSV(B)198.82º71.31%92.94%-
XYZ34.8141.6286.32-
YUV155.36174.0765.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.91%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=13.91%
G=37.63%
B=48.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal681842370.710.2200.07198.8282.4459.8
Hex44B8ED471607c7523c
Octal104270355107260730712274
Binary100010010111000111011011000111101100111110001111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,184,237); }

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

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

 a { background-color: rgb(68,184,237); }

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

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

 span { border-color: rgb(68,184,237); }

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