#44B8F1

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

Shades of Summer Sky #44B8F1

Tints of Summer Sky #44B8F1

Color information

#44B8F1 (or 0x44B8F1) is unknown color: approx Summer Sky. HEX triplet: 44, B8 and F1. RGB value is (68,184,241). Sum of RGB (Red+Green+Blue) = 68+184+241=493 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.79% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #44B8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44B8F1 is #BB470E. Grayscale: #9B9B9B. Windows color (decimal): -12273423 or 15841348. OLE color: 15841348.

HSL color Cylindrical-coordinate representation of color #44B8F1: hue angle of 199.77º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44B8F1 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB68184241-
CMYK0.720.2400.05
HSL199.77º86.07%60.59%-
HSV(B)199.77º71.78%94.51%-
XYZ35.441.8689.43-
YUV155.81176.0765.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.79%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 241 (94.53% from 255) = 48.88%
R=13.79%
G=37.32%
B=48.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal681842410.720.2400.05199.7786.0760.59
Hex44B8F1481805c8563d
Octal104270361110300531012675
Binary100010010111000111100011001000110000101110010001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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