#5efcfa

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

Shades of Baby Blue #5EFCFA

Tints of Baby Blue #5EFCFA

Color information

#5EFCFA (or 0x5EFCFA) is unknown color: approx Baby Blue. HEX triplet: 5E, FC and FA. RGB value is (94,252,250). Sum of RGB (Red+Green+Blue) = 94+252+250=596 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.77% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFCFA is #A10305. Grayscale: #CCCCCC. Windows color (decimal): -10552070 or 16448606. OLE color: 16448606.

HSL color Cylindrical-coordinate representation of color #5EFCFA: hue angle of 179.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFCFA is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB94252250-
CMYK0.6300.010.01
HSL179.24º96.34%67.84%-
HSV(B)179.24º62.7%98.82%-
XYZ56.6878.9102.68-
YUV204.53153.6549.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 15.77%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=15.77%
G=42.28%
B=41.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942522500.6300.010.01179.2496.3467.84
Hex5EFCFA3F011b36044
Octal13637437277011263140104
Binary101111011111100111110101111110111011001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5efcfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5efcfa; }

 p { color: rgb(94,252,250); }

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

<style>
 a { background-color: #5efcfa; }

 a { background-color: rgb(94,252,250); }

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

<style>
 span { border-color: #5efcfa; }

 span { border-color: rgb(94,252,250); }

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