Html Css Color HEX #5EFAF1 Baby Blue

📋 copy color: '#5EFAF1'

red 94 ◦ green 250 ◦ blue 241

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

Shades of Baby Blue #5EFAF1

Tints of Baby Blue #5EFAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 16.07%
G = 42.74%
B = 41.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#5EFAF1 (or 0x5EFAF1) is known color: Baby Blue. HEX triplet: 5E, FA and F1. RGB value is (94,250,241). Sum of RGB (Red+Green+Blue) = 94+250+241=585 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.07% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF1 is #A1050E. Grayscale: #CACACA. Windows color (decimal): -10552591 or 15858270. OLE color: 15858270.

HSL color Cylindrical-coordinate representation of color #5EFAF1: hue angle of 176.54º 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 #5EFAF1 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 250 241 -
CMYK 0.62 0 0.04 0.02
HSL 176.54º 0.94% 0.67% -
HSV(B) 176.54º 0.62% 0.98% -
XYZ 54.68 77.1 95.22 -
YUV 202.33 149.82 50.73 -
System Red Green Blue C M Y K H S L
Decimal 94 250 241 0.62 0 0.04 0.02 176.54 0.94 0.67
Hex 5E FA F1 3E 0 4 2 B1 5E 43
Octal 136 372 361 76 0 4 2 261 136 103
Binary 1011110 11111010 11110001 111110 0 100 10 10110001 1011110 1000011

Color Harmonies of #5EFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAF1

Black with #5EFAF1

Text Example


Text Example

White with #5EFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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