Html Css Color HEX #5EFAF8 Baby Blue

📋 copy color: '#5EFAF8'

red 94 ◦ green 250 ◦ blue 248

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

Shades of Baby Blue #5EFAF8

Tints of Baby Blue #5EFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.89%

R = 15.88%
G = 42.23%
B = 41.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#5EFAF8 (or 0x5EFAF8) is known color: Baby Blue. HEX triplet: 5E, FA and F8. RGB value is (94,250,248). Sum of RGB (Red+Green+Blue) = 94+250+248=592 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.88% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF8 is #A10507. Grayscale: #CACACA. Windows color (decimal): -10552584 or 16317022. OLE color: 16317022.

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

Color convert

RGB 94 250 248 -
CMYK 0.62 0 0.01 0.02
HSL 179.23º 0.94% 0.67% -
HSV(B) 179.23º 0.62% 0.98% -
XYZ 55.74 77.53 100.83 -
YUV 203.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 94 250 248 0.62 0 0.01 0.02 179.23 0.94 0.67
Hex 5E FA F8 3E 0 1 2 B3 5E 43
Octal 136 372 370 76 0 1 2 263 136 103
Binary 1011110 11111010 11111000 111110 0 1 10 10110011 1011110 1000011

Color Harmonies of #5EFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAF8

Black with #5EFAF8

Text Example


Text Example

White with #5EFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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