Html Css Color HEX #5BF3EC Baby Blue

📋 copy color: '#5BF3EC'

red 91 ◦ green 243 ◦ blue 236

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

Shades of Baby Blue #5BF3EC

Tints of Baby Blue #5BF3EC

RGB

 RED value IS 91 (35.94% from 255) = 15.96%

 GREEN value IS 243 (95.31% from 255) = 42.63%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 15.96%
G = 42.63%
B = 41.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#5BF3EC (or 0x5BF3EC) is known color: Baby Blue. HEX triplet: 5B, F3 and EC. RGB value is (91,243,236). Sum of RGB (Red+Green+Blue) = 91+243+236=570 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.96% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF3EC is #A40C13. Grayscale: #C4C4C4. Windows color (decimal): -10750996 or 15528795. OLE color: 15528795.

HSL color Cylindrical-coordinate representation of color #5BF3EC: hue angle of 177.24º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF3EC is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 243 236 -
CMYK 0.63 0 0.03 0.05
HSL 177.24º 0.86% 0.65% -
HSV(B) 177.24º 0.63% 0.95% -
XYZ 51.51 72.38 90.61 -
YUV 196.75 150.14 52.57 -
System Red Green Blue C M Y K H S L
Decimal 91 243 236 0.63 0 0.03 0.05 177.24 0.86 0.65
Hex 5B F3 EC 3F 0 3 5 B1 56 41
Octal 133 363 354 77 0 3 5 261 126 101
Binary 1011011 11110011 11101100 111111 0 11 101 10110001 1010110 1000001

Color Harmonies of #5BF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF3EC

Black with #5BF3EC

Text Example


Text Example

White with #5BF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,243,236); }

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

background-color css

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

 a { background-color: rgb(91,243,236); }

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

border-color css

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

 span { border-color: rgb(91,243,236); }

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