Html Css Color HEX #5DFCEA Baby Blue

📋 copy color: '#5DFCEA'

red 93 ◦ green 252 ◦ blue 234

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

Shades of Baby Blue #5DFCEA

Tints of Baby Blue #5DFCEA

RGB

 RED value IS 93 (36.72% from 255) = 16.06%

 GREEN value IS 252 (98.83% from 255) = 43.52%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 16.06%
G = 43.52%
B = 40.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#5DFCEA (or 0x5DFCEA) is known color: Baby Blue. HEX triplet: 5D, FC and EA. RGB value is (93,252,234). Sum of RGB (Red+Green+Blue) = 93+252+234=579 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.06% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFCEA is #A20315. Grayscale: #CACACA. Windows color (decimal): -10617622 or 15400029. OLE color: 15400029.

HSL color Cylindrical-coordinate representation of color #5DFCEA: hue angle of 173.21º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFCEA is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 252 234 -
CMYK 0.63 0 0.07 0.01
HSL 173.21º 0.96% 0.68% -
HSV(B) 173.21º 0.63% 0.99% -
XYZ 54.18 77.89 90.02 -
YUV 202.41 145.82 49.96 -
System Red Green Blue C M Y K H S L
Decimal 93 252 234 0.63 0 0.07 0.01 173.21 0.96 0.68
Hex 5D FC EA 3F 0 7 1 AD 60 44
Octal 135 374 352 77 0 7 1 255 140 104
Binary 1011101 11111100 11101010 111111 0 111 1 10101101 1100000 1000100

Color Harmonies of #5DFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFCEA

Black with #5DFCEA

Text Example


Text Example

White with #5DFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,252,234); }

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

background-color css

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

 a { background-color: rgb(93,252,234); }

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

border-color css

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

 span { border-color: rgb(93,252,234); }

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