Html Css Color HEX #5DEBFC Baby Blue

📋 copy color: '#5DEBFC'

red 93 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #5DEBFC

Tints of Baby Blue #5DEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.52%

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

R = 16.03%
G = 40.52%
B = 43.45%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DEBFC (or 0x5DEBFC) is known color: Baby Blue. HEX triplet: 5D, EB and FC. RGB value is (93,235,252). Sum of RGB (Red+Green+Blue) = 93+235+252=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEBFC is #A21403. Grayscale: #C2C2C2. Windows color (decimal): -10621956 or 16575325. OLE color: 16575325.

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

Color convert

RGB 93 235 252 -
CMYK 0.63 0.07 0 0.01
HSL 186.42º 0.96% 0.68% -
HSV(B) 186.42º 0.63% 0.99% -
XYZ 51.79 68.77 102.64 -
YUV 194.48 160.46 55.62 -
System Red Green Blue C M Y K H S L
Decimal 93 235 252 0.63 0.07 0 0.01 186.42 0.96 0.68
Hex 5D EB FC 3F 7 0 1 BA 60 44
Octal 135 353 374 77 7 0 1 272 140 104
Binary 1011101 11101011 11111100 111111 111 0 1 10111010 1100000 1000100

Color Harmonies of #5DEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEBFC

Black with #5DEBFC

Text Example


Text Example

White with #5DEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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