Html Css Color HEX #5BF9EC Baby Blue

📋 copy color: '#5BF9EC'

red 91 ◦ green 249 ◦ blue 236

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

Shades of Baby Blue #5BF9EC

Tints of Baby Blue #5BF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.23%

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

R = 15.8%
G = 43.23%
B = 40.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#5BF9EC (or 0x5BF9EC) is known color: Baby Blue. HEX triplet: 5B, F9 and EC. RGB value is (91,249,236). Sum of RGB (Red+Green+Blue) = 91+249+236=576 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.80% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #5BF9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF9EC is #A40613. Grayscale: #C8C8C8. Windows color (decimal): -10749460 or 15530331. OLE color: 15530331.

HSL color Cylindrical-coordinate representation of color #5BF9EC: hue angle of 175.06º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF9EC is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 249 236 -
CMYK 0.63 0 0.05 0.02
HSL 175.06º 0.93% 0.67% -
HSV(B) 175.06º 0.63% 0.98% -
XYZ 53.33 76.03 91.22 -
YUV 200.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 91 249 236 0.63 0 0.05 0.02 175.06 0.93 0.67
Hex 5B F9 EC 3F 0 5 2 AF 5D 43
Octal 133 371 354 77 0 5 2 257 135 103
Binary 1011011 11111001 11101100 111111 0 101 10 10101111 1011101 1000011

Color Harmonies of #5BF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF9EC

Black with #5BF9EC

Text Example


Text Example

White with #5BF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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