Html Css Color HEX #5DFDF7 Baby Blue

📋 copy color: '#5DFDF7'

red 93 ◦ green 253 ◦ blue 247

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

Shades of Baby Blue #5DFDF7

Tints of Baby Blue #5DFDF7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.66%

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

R = 15.68%
G = 42.66%
B = 41.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#5DFDF7 (or 0x5DFDF7) is known color: Baby Blue. HEX triplet: 5D, FD and F7. RGB value is (93,253,247). Sum of RGB (Red+Green+Blue) = 93+253+247=593 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.68% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFDF7 is #A20208. Grayscale: #CCCCCC. Windows color (decimal): -10617353 or 16252253. OLE color: 16252253.

HSL color Cylindrical-coordinate representation of color #5DFDF7: hue angle of 177.75º degrees, saturation: 0.98, 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 #5DFDF7 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 253 247 -
CMYK 0.63 0 0.02 0.01
HSL 177.75º 0.98% 0.68% -
HSV(B) 177.75º 0.63% 0.99% -
XYZ 56.43 79.29 100.33 -
YUV 204.48 151.99 48.49 -
System Red Green Blue C M Y K H S L
Decimal 93 253 247 0.63 0 0.02 0.01 177.75 0.98 0.68
Hex 5D FD F7 3F 0 2 1 B2 62 44
Octal 135 375 367 77 0 2 1 262 142 104
Binary 1011101 11111101 11110111 111111 0 10 1 10110010 1100010 1000100

Color Harmonies of #5DFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFDF7

Black with #5DFDF7

Text Example


Text Example

White with #5DFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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