Html Css Color HEX #5DECFF Baby Blue

📋 copy color: '#5DECFF'

red 93 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #5DECFF

Tints of Baby Blue #5DECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 15.92%
G = 40.41%
B = 43.66%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DECFF (or 0x5DECFF) is known color: Baby Blue. HEX triplet: 5D, EC and FF. RGB value is (93,236,255). Sum of RGB (Red+Green+Blue) = 93+236+255=584 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.92% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECFF is #A21300. Grayscale: #C3C3C3. Windows color (decimal): -10621697 or 16772189. OLE color: 16772189.

HSL color Cylindrical-coordinate representation of color #5DECFF: hue angle of 187.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DECFF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 236 255 -
CMYK 0.64 0.07 0 0
HSL 187.04º 1% 0.68% -
HSV(B) 187.04º 0.64% 1% -
XYZ 52.56 69.54 105.26 -
YUV 195.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 93 236 255 0.64 0.07 0 0 187.04 1 0.68
Hex 5D EC FF 40 7 0 0 BB 64 44
Octal 135 354 377 100 7 0 0 273 144 104
Binary 1011101 11101100 11111111 1000000 111 0 0 10111011 1100100 1000100

Color Harmonies of #5DECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECFF

Black with #5DECFF

Text Example


Text Example

White with #5DECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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