Html Css Color HEX #5DF6EF Baby Blue

📋 copy color: '#5DF6EF'

red 93 ◦ green 246 ◦ blue 239

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

Shades of Baby Blue #5DF6EF

Tints of Baby Blue #5DF6EF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.56%

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

R = 16.09%
G = 42.56%
B = 41.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#5DF6EF (or 0x5DF6EF) is known color: Baby Blue. HEX triplet: 5D, F6 and EF. RGB value is (93,246,239). Sum of RGB (Red+Green+Blue) = 93+246+239=578 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.09% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF6EF is #A20910. Grayscale: #C7C7C7. Windows color (decimal): -10619153 or 15726173. OLE color: 15726173.

HSL color Cylindrical-coordinate representation of color #5DF6EF: hue angle of 177.25º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF6EF is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 93 246 239 -
CMYK 0.62 0 0.03 0.04
HSL 177.25º 0.89% 0.66% -
HSV(B) 177.25º 0.62% 0.96% -
XYZ 53.05 74.47 93.24 -
YUV 199.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 93 246 239 0.62 0 0.03 0.04 177.25 0.89 0.66
Hex 5D F6 EF 3E 0 3 4 B1 59 42
Octal 135 366 357 76 0 3 4 261 131 102
Binary 1011101 11110110 11101111 111110 0 11 100 10110001 1011001 1000010

Color Harmonies of #5DF6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF6EF

Black with #5DF6EF

Text Example


Text Example

White with #5DF6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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