Html Css Color HEX #5EFAF5 Baby Blue

📋 copy color: '#5EFAF5'

red 94 ◦ green 250 ◦ blue 245

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

Shades of Baby Blue #5EFAF5

Tints of Baby Blue #5EFAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.6%

R = 15.96%
G = 42.44%
B = 41.6%

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

#5EFAF5 (or 0x5EFAF5) is known color: Baby Blue. HEX triplet: 5E, FA and F5. RGB value is (94,250,245). Sum of RGB (Red+Green+Blue) = 94+250+245=589 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.96% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF5 is #A1050A. Grayscale: #CACACA. Windows color (decimal): -10552587 or 16120414. OLE color: 16120414.

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

Color convert

RGB 94 250 245 -
CMYK 0.62 0 0.02 0.02
HSL 178.08º 0.94% 0.67% -
HSV(B) 178.08º 0.62% 0.98% -
XYZ 55.28 77.34 98.4 -
YUV 202.79 151.82 50.41 -
System Red Green Blue C M Y K H S L
Decimal 94 250 245 0.62 0 0.02 0.02 178.08 0.94 0.67
Hex 5E FA F5 3E 0 2 2 B2 5E 43
Octal 136 372 365 76 0 2 2 262 136 103
Binary 1011110 11111010 11110101 111110 0 10 10 10110010 1011110 1000011

Color Harmonies of #5EFAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAF5

Black with #5EFAF5

Text Example


Text Example

White with #5EFAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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