Html Css Color HEX #5DFEEB Baby Blue

📋 copy color: '#5DFEEB'

red 93 ◦ green 254 ◦ blue 235

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

Shades of Baby Blue #5DFEEB

Tints of Baby Blue #5DFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 15.98%
G = 43.64%
B = 40.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#5DFEEB (or 0x5DFEEB) is known color: Baby Blue. HEX triplet: 5D, FE and EB. RGB value is (93,254,235). Sum of RGB (Red+Green+Blue) = 93+254+235=582 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.98% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEEB is #A20114. Grayscale: #CBCBCB. Windows color (decimal): -10617109 or 15466077. OLE color: 15466077.

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

Color convert

RGB 93 254 235 -
CMYK 0.63 0 0.07 0.00
HSL 172.92º 0.99% 0.68% -
HSV(B) 172.92º 0.63% 1% -
XYZ 54.95 79.21 90.99 -
YUV 203.7 145.66 49.04 -
System Red Green Blue C M Y K H S L
Decimal 93 254 235 0.63 0 0.07 0.00 172.92 0.99 0.68
Hex 5D FE EB 3F 0 7 0 AD 63 44
Octal 135 376 353 77 0 7 0 255 143 104
Binary 1011101 11111110 11101011 111111 0 111 0 10101101 1100011 1000100

Color Harmonies of #5DFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEEB

Black with #5DFEEB

Text Example


Text Example

White with #5DFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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