Html Css Color HEX #5DECFE Baby Blue

📋 copy color: '#5DECFE'

red 93 ◦ green 236 ◦ blue 254

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

Shades of Baby Blue #5DECFE

Tints of Baby Blue #5DECFE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.48%

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 15.95%
G = 40.48%
B = 43.57%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DECFE (or 0x5DECFE) is known color: Baby Blue. HEX triplet: 5D, EC and FE. RGB value is (93,236,254). Sum of RGB (Red+Green+Blue) = 93+236+254=583 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.95% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECFE is #A21301. Grayscale: #C3C3C3. Windows color (decimal): -10621698 or 16706653. OLE color: 16706653.

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

Color convert

RGB 93 236 254 -
CMYK 0.63 0.07 0 0.00
HSL 186.71º 0.99% 0.68% -
HSV(B) 186.71º 0.63% 1% -
XYZ 52.4 69.47 104.41 -
YUV 195.3 161.12 55.04 -
System Red Green Blue C M Y K H S L
Decimal 93 236 254 0.63 0.07 0 0.00 186.71 0.99 0.68
Hex 5D EC FE 3F 7 0 0 BB 63 44
Octal 135 354 376 77 7 0 0 273 143 104
Binary 1011101 11101100 11111110 111111 111 0 0 10111011 1100011 1000100

Color Harmonies of #5DECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECFE

Black with #5DECFE

Text Example


Text Example

White with #5DECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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