Html Css Color HEX #5EFAEF Baby Blue

📋 copy color: '#5EFAEF'

red 94 ◦ green 250 ◦ blue 239

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

Shades of Baby Blue #5EFAEF

Tints of Baby Blue #5EFAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 16.12%
G = 42.88%
B = 40.99%

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

#5EFAEF (or 0x5EFAEF) is known color: Baby Blue. HEX triplet: 5E, FA and EF. RGB value is (94,250,239). Sum of RGB (Red+Green+Blue) = 94+250+239=583 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.12% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAEF is #A10510. Grayscale: #C9C9C9. Windows color (decimal): -10552593 or 15727198. OLE color: 15727198.

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

Color convert

RGB 94 250 239 -
CMYK 0.62 0 0.04 0.02
HSL 175.77º 0.94% 0.67% -
HSV(B) 175.77º 0.62% 0.98% -
XYZ 54.38 76.98 93.65 -
YUV 202.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 94 250 239 0.62 0 0.04 0.02 175.77 0.94 0.67
Hex 5E FA EF 3E 0 4 2 B0 5E 43
Octal 136 372 357 76 0 4 2 260 136 103
Binary 1011110 11111010 11101111 111110 0 100 10 10110000 1011110 1000011

Color Harmonies of #5EFAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAEF

Black with #5EFAEF

Text Example


Text Example

White with #5EFAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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