Html Css Color HEX #5DF0EF Baby Blue

📋 copy color: '#5DF0EF'

red 93 ◦ green 240 ◦ blue 239

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

Shades of Baby Blue #5DF0EF

Tints of Baby Blue #5DF0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.96%

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

R = 16.26%
G = 41.96%
B = 41.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#5DF0EF (or 0x5DF0EF) is known color: Baby Blue. HEX triplet: 5D, F0 and EF. RGB value is (93,240,239). Sum of RGB (Red+Green+Blue) = 93+240+239=572 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.26% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF0EF is #A20F10. Grayscale: #C3C3C3. Windows color (decimal): -10620689 or 15724637. OLE color: 15724637.

HSL color Cylindrical-coordinate representation of color #5DF0EF: hue angle of 179.59º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0EF is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 240 239 -
CMYK 0.61 0 0.00 0.06
HSL 179.59º 0.83% 0.65% -
HSV(B) 179.59º 0.61% 0.94% -
XYZ 51.25 70.88 92.64 -
YUV 195.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 93 240 239 0.61 0 0.00 0.06 179.59 0.83 0.65
Hex 5D F0 EF 3D 0 0 6 B4 53 41
Octal 135 360 357 75 0 0 6 264 123 101
Binary 1011101 11110000 11101111 111101 0 0 110 10110100 1010011 1000001

Color Harmonies of #5DF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF0EF

Black with #5DF0EF

Text Example


Text Example

White with #5DF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,240,239); }

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

background-color css

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

 a { background-color: rgb(93,240,239); }

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

border-color css

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

 span { border-color: rgb(93,240,239); }

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