Html Css Color HEX #5DEDFC Baby Blue

📋 copy color: '#5DEDFC'

red 93 ◦ green 237 ◦ blue 252

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

Shades of Baby Blue #5DEDFC

Tints of Baby Blue #5DEDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 15.98%
G = 40.72%
B = 43.3%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DEDFC (or 0x5DEDFC) is known color: Baby Blue. HEX triplet: 5D, ED and FC. RGB value is (93,237,252). Sum of RGB (Red+Green+Blue) = 93+237+252=582 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.98% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEDFC is #A21203. Grayscale: #C3C3C3. Windows color (decimal): -10621444 or 16575837. OLE color: 16575837.

HSL color Cylindrical-coordinate representation of color #5DEDFC: hue angle of 185.66º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DEDFC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 237 252 -
CMYK 0.63 0.06 0 0.01
HSL 185.66º 0.96% 0.68% -
HSV(B) 185.66º 0.63% 0.99% -
XYZ 52.37 69.92 102.83 -
YUV 195.65 159.79 54.78 -
System Red Green Blue C M Y K H S L
Decimal 93 237 252 0.63 0.06 0 0.01 185.66 0.96 0.68
Hex 5D ED FC 3F 6 0 1 BA 60 44
Octal 135 355 374 77 6 0 1 272 140 104
Binary 1011101 11101101 11111100 111111 110 0 1 10111010 1100000 1000100

Color Harmonies of #5DEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEDFC

Black with #5DEDFC

Text Example


Text Example

White with #5DEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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