#44BEFF

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

Shades of Summer Sky #44BEFF

Tints of Summer Sky #44BEFF

Color information

#44BEFF (or 0x44BEFF) is unknown color: approx Summer Sky. HEX triplet: 44, BE and FF. RGB value is (68,190,255). Sum of RGB (Red+Green+Blue) = 68+190+255=513 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.26% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #44BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BEFF is #BB4100. Grayscale: #A0A0A0. Windows color (decimal): -12271873 or 16760388. OLE color: 16760388.

HSL color Cylindrical-coordinate representation of color #44BEFF: hue angle of 200.86º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44BEFF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68190255-
CMYK0.730.2500
HSL200.86º100%63.33%-
HSV(B)200.86º73.33%100%-
XYZ38.8545.28101.3-
YUV160.93181.0861.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.26%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 255 (100% from 255) = 49.71%
R=13.26%
G=37.04%
B=49.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681902550.730.2500200.8610063.33
Hex44BEFF491900c9643f
Octal104276377111310031114477
Binary1000100101111101111111110010011100100110010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,190,255); }

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

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

 a { background-color: rgb(68,190,255); }

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

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

 span { border-color: rgb(68,190,255); }

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