Html Css Color HEX #5DFEFD Baby Blue

📋 copy color: '#5DFEFD'

red 93 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #5DFEFD

Tints of Baby Blue #5DFEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 15.5%
G = 42.33%
B = 42.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#5DFEFD (or 0x5DFEFD) is known color: Baby Blue. HEX triplet: 5D, FE and FD. RGB value is (93,254,253). Sum of RGB (Red+Green+Blue) = 93+254+253=600 (79% of max value = 765). Red value is 93 (36.72% from 255 or 15.5% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEFD is #A20102. Grayscale: #CDCDCD. Windows color (decimal): -10617091 or 16645725. OLE color: 16645725.

HSL color Cylindrical-coordinate representation of color #5DFEFD: hue angle of 179.63º 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 #5DFEFD is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 254 253 -
CMYK 0.63 0 0.00 0.00
HSL 179.63º 0.99% 0.68% -
HSV(B) 179.63º 0.63% 1% -
XYZ 57.69 80.3 105.39 -
YUV 205.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 93 254 253 0.63 0 0.00 0.00 179.63 0.99 0.68
Hex 5D FE FD 3F 0 0 0 B4 63 44
Octal 135 376 375 77 0 0 0 264 143 104
Binary 1011101 11111110 11111101 111111 0 0 0 10110100 1100011 1000100

Color Harmonies of #5DFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEFD

Black with #5DFEFD

Text Example


Text Example

White with #5DFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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