#44EBFF

Color #44EBFF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #44EBFF

Tints of Baby Blue #44EBFF

Color information

#44EBFF (or 0x44EBFF) is unknown color: approx Baby Blue. HEX triplet: 44, EB and FF. RGB value is (68,235,255). Sum of RGB (Red+Green+Blue) = 68+235+255=558 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.19% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #44EBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EBFF is #BB1400. Grayscale: #BBBBBB. Windows color (decimal): -12260353 or 16771908. OLE color: 16771908.

HSL color Cylindrical-coordinate representation of color #44EBFF: hue angle of 186.42º 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 #44EBFF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68235255-
CMYK0.730.0800
HSL186.42º100%63.33%-
HSV(B)186.42º73.33%100%-
XYZ50.1467.87105.06-
YUV187.35166.1742.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.19%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 255 (100% from 255) = 45.70%
R=12.19%
G=42.11%
B=45.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682352550.730.0800186.4210063.33
Hex44EBFF49800ba643f
Octal104353377111100027214477
Binary100010011101011111111111001001100000101110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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