#44EDFF

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

Shades of Baby Blue #44EDFF

Tints of Baby Blue #44EDFF

Color information

#44EDFF (or 0x44EDFF) is unknown color: approx Baby Blue. HEX triplet: 44, ED and FF. RGB value is (68,237,255). Sum of RGB (Red+Green+Blue) = 68+237+255=560 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.14% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #44EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EDFF is #BB1200. Grayscale: #BCBCBC. Windows color (decimal): -12259841 or 16772420. OLE color: 16772420.

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

Color convert

RGB68237255-
CMYK0.730.0700
HSL185.78º100%63.33%-
HSV(B)185.78º73.33%100%-
XYZ50.7269.02105.26-
YUV188.52165.5142.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.14%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 255 (100% from 255) = 45.54%
R=12.14%
G=42.32%
B=45.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682372550.730.0700185.7810063.33
Hex44EDFF49700ba643f
Octal10435537711170027214477
Binary10001001110110111111111100100111100101110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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