Html Css Color HEX #5EFAF4 Baby Blue

📋 copy color: '#5EFAF4'

red 94 ◦ green 250 ◦ blue 244

#5EFAF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #5EFAF4

Tints of Baby Blue #5EFAF4

RGB

 RED value IS 94 (37.11% from 255) = 15.99%

 GREEN value IS 250 (98.05% from 255) = 42.52%

 BLUE value IS 244 (95.7% from 255) = 41.5%

R = 15.99%
G = 42.52%
B = 41.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#5EFAF4 (or 0x5EFAF4) is known color: Baby Blue. HEX triplet: 5E, FA and F4. RGB value is (94,250,244). Sum of RGB (Red+Green+Blue) = 94+250+244=588 (77% of max value = 765). Red value is 94 (37.11% from 255 or 15.99% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF4 is #A1050B. Grayscale: #CACACA. Windows color (decimal): -10552588 or 16054878. OLE color: 16054878.

HSL color Cylindrical-coordinate representation of color #5EFAF4: hue angle of 177.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAF4 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 250 244 -
CMYK 0.62 0 0.02 0.02
HSL 177.69º 0.94% 0.67% -
HSV(B) 177.69º 0.62% 0.98% -
XYZ 55.13 77.28 97.6 -
YUV 202.67 151.32 50.49 -
System Red Green Blue C M Y K H S L
Decimal 94 250 244 0.62 0 0.02 0.02 177.69 0.94 0.67
Hex 5E FA F4 3E 0 2 2 B2 5E 43
Octal 136 372 364 76 0 2 2 262 136 103
Binary 1011110 11111010 11110100 111110 0 10 10 10110010 1011110 1000011

Color Harmonies of #5EFAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAF4

Black with #5EFAF4

Text Example


Text Example

White with #5EFAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EFAF4;
 }
 .AnyTagClassName
 {
   color: #5EFAF4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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