#44B2F1

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

Shades of Summer Sky #44B2F1

Tints of Summer Sky #44B2F1

Color information

#44B2F1 (or 0x44B2F1) is unknown color: approx Summer Sky. HEX triplet: 44, B2 and F1. RGB value is (68,178,241). Sum of RGB (Red+Green+Blue) = 68+178+241=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #44B2F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44B2F1 is #BB4D0E. Grayscale: #979797. Windows color (decimal): -12274959 or 15839812. OLE color: 15839812.

HSL color Cylindrical-coordinate representation of color #44B2F1: hue angle of 201.85º 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 #44B2F1 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB68178241-
CMYK0.720.2600.05
HSL201.85º86.07%60.59%-
HSV(B)201.85º71.78%94.51%-
XYZ34.1839.4289.03-
YUV152.29178.0667.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.96%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 241 (94.53% from 255) = 49.49%
R=13.96%
G=36.55%
B=49.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal681782410.720.2600.05201.8586.0760.59
Hex44B2F1481A05ca563d
Octal104262361110320531212675
Binary100010010110010111100011001000110100101110010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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