Html Css Color HEX #5DEDFF Baby Blue

📋 copy color: '#5DEDFF'

red 93 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #5DEDFF

Tints of Baby Blue #5DEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

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

R = 15.9%
G = 40.51%
B = 43.59%

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

#5DEDFF (or 0x5DEDFF) is known color: Baby Blue. HEX triplet: 5D, ED and FF. RGB value is (93,237,255). Sum of RGB (Red+Green+Blue) = 93+237+255=585 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.90% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEDFF is #A21200. Grayscale: #C3C3C3. Windows color (decimal): -10621441 or 16772445. OLE color: 16772445.

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

Color convert

RGB 93 237 255 -
CMYK 0.64 0.07 0 0
HSL 186.67º 1% 0.68% -
HSV(B) 186.67º 0.64% 1% -
XYZ 52.85 70.12 105.36 -
YUV 196 161.29 54.54 -
System Red Green Blue C M Y K H S L
Decimal 93 237 255 0.64 0.07 0 0 186.67 1 0.68
Hex 5D ED FF 40 7 0 0 BB 64 44
Octal 135 355 377 100 7 0 0 273 144 104
Binary 1011101 11101101 11111111 1000000 111 0 0 10111011 1100100 1000100

Color Harmonies of #5DEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEDFF

Black with #5DEDFF

Text Example


Text Example

White with #5DEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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