Html Css Color HEX #5EFAF3 Baby Blue

📋 copy color: '#5EFAF3'

red 94 ◦ green 250 ◦ blue 243

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

Shades of Baby Blue #5EFAF3

Tints of Baby Blue #5EFAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.4%

R = 16.01%
G = 42.59%
B = 41.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#5EFAF3 (or 0x5EFAF3) is known color: Baby Blue. HEX triplet: 5E, FA and F3. RGB value is (94,250,243). Sum of RGB (Red+Green+Blue) = 94+250+243=587 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.01% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF3 is #A1050C. Grayscale: #CACACA. Windows color (decimal): -10552589 or 15989342. OLE color: 15989342.

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

Color convert

RGB 94 250 243 -
CMYK 0.62 0 0.03 0.02
HSL 177.31º 0.94% 0.67% -
HSV(B) 177.31º 0.62% 0.98% -
XYZ 54.98 77.22 96.8 -
YUV 202.56 150.82 50.57 -
System Red Green Blue C M Y K H S L
Decimal 94 250 243 0.62 0 0.03 0.02 177.31 0.94 0.67
Hex 5E FA F3 3E 0 3 2 B1 5E 43
Octal 136 372 363 76 0 3 2 261 136 103
Binary 1011110 11111010 11110011 111110 0 11 10 10110001 1011110 1000011

Color Harmonies of #5EFAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAF3

Black with #5EFAF3

Text Example


Text Example

White with #5EFAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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