Html Css Color HEX #5DFEE5 Baby Blue

📋 copy color: '#5DFEE5'

red 93 ◦ green 254 ◦ blue 229

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

Shades of Baby Blue #5DFEE5

Tints of Baby Blue #5DFEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 16.15%
G = 44.1%
B = 39.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#5DFEE5 (or 0x5DFEE5) is known color: Baby Blue. HEX triplet: 5D, FE and E5. RGB value is (93,254,229). Sum of RGB (Red+Green+Blue) = 93+254+229=576 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.15% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEE5 is #A2011A. Grayscale: #CACACA. Windows color (decimal): -10617115 or 15072861. OLE color: 15072861.

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

Color convert

RGB 93 254 229 -
CMYK 0.63 0 0.10 0.00
HSL 170.68º 0.99% 0.68% -
HSV(B) 170.68º 0.63% 1% -
XYZ 54.1 78.87 86.5 -
YUV 203.01 142.66 49.53 -
System Red Green Blue C M Y K H S L
Decimal 93 254 229 0.63 0 0.10 0.00 170.68 0.99 0.68
Hex 5D FE E5 3F 0 A 0 AB 63 44
Octal 135 376 345 77 0 12 0 253 143 104
Binary 1011101 11111110 11100101 111111 0 1010 0 10101011 1100011 1000100

Color Harmonies of #5DFEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEE5

Black with #5DFEE5

Text Example


Text Example

White with #5DFEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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