Html Css Color HEX #5DFEF7 Baby Blue

📋 copy color: '#5DFEF7'

red 93 ◦ green 254 ◦ blue 247

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

Shades of Baby Blue #5DFEF7

Tints of Baby Blue #5DFEF7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.76%

 BLUE value IS 247 (96.88% from 255) = 41.58%

R = 15.66%
G = 42.76%
B = 41.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#5DFEF7 (or 0x5DFEF7) is known color: Baby Blue. HEX triplet: 5D, FE and F7. RGB value is (93,254,247). Sum of RGB (Red+Green+Blue) = 93+254+247=594 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.66% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEF7 is #A20108. Grayscale: #CCCCCC. Windows color (decimal): -10617097 or 16252509. OLE color: 16252509.

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

Color convert

RGB 93 254 247 -
CMYK 0.63 0 0.03 0.00
HSL 177.39º 0.99% 0.68% -
HSV(B) 177.39º 0.63% 1% -
XYZ 56.74 79.93 100.43 -
YUV 205.06 151.66 48.07 -
System Red Green Blue C M Y K H S L
Decimal 93 254 247 0.63 0 0.03 0.00 177.39 0.99 0.68
Hex 5D FE F7 3F 0 3 0 B1 63 44
Octal 135 376 367 77 0 3 0 261 143 104
Binary 1011101 11111110 11110111 111111 0 11 0 10110001 1100011 1000100

Color Harmonies of #5DFEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEF7

Black with #5DFEF7

Text Example


Text Example

White with #5DFEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,254,247); }

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

background-color css

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

 a { background-color: rgb(93,254,247); }

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

border-color css

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

 span { border-color: rgb(93,254,247); }

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