#44CAE7

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

Shades of Summer Sky #44CAE7

Tints of Summer Sky #44CAE7

Color information

#44CAE7 (or 0x44CAE7) is unknown color: approx Summer Sky. HEX triplet: 44, CA and E7. RGB value is (68,202,231). Sum of RGB (Red+Green+Blue) = 68+202+231=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #44CAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44CAE7 is #BB3518. Grayscale: #A4A4A4. Windows color (decimal): -12268825 or 15190596. OLE color: 15190596.

HSL color Cylindrical-coordinate representation of color #44CAE7: hue angle of 190.67º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44CAE7 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB68202231-
CMYK0.710.1300.09
HSL190.67º77.25%58.63%-
HSV(B)190.67º70.56%90.59%-
XYZ37.9349.2483.11-
YUV165.24165.1158.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.57%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 231 (90.62% from 255) = 46.11%
R=13.57%
G=40.32%
B=46.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal682022310.710.1300.09190.6777.2558.63
Hex44CAE747D09bf4d3b
Octal1043123471071501127711573
Binary100010011001010111001111000111110101001101111111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,231); }

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

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

 a { background-color: rgb(68,202,231); }

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

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

 span { border-color: rgb(68,202,231); }

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