Html Css Color HEX #5BFEF0 Baby Blue

📋 copy color: '#5BFEF0'

red 91 ◦ green 254 ◦ blue 240

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

Shades of Baby Blue #5BFEF0

Tints of Baby Blue #5BFEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.42%

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 15.56%
G = 43.42%
B = 41.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#5BFEF0 (or 0x5BFEF0) is known color: Baby Blue. HEX triplet: 5B, FE and F0. RGB value is (91,254,240). Sum of RGB (Red+Green+Blue) = 91+254+240=585 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.56% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEF0 is #A4010F. Grayscale: #CBCBCB. Windows color (decimal): -10748176 or 15793755. OLE color: 15793755.

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

Color convert

RGB 91 254 240 -
CMYK 0.64 0 0.06 0.00
HSL 174.85º 0.99% 0.68% -
HSV(B) 174.85º 0.64% 1% -
XYZ 55.48 79.4 94.84 -
YUV 203.67 148.5 47.64 -
System Red Green Blue C M Y K H S L
Decimal 91 254 240 0.64 0 0.06 0.00 174.85 0.99 0.68
Hex 5B FE F0 40 0 6 0 AF 63 44
Octal 133 376 360 100 0 6 0 257 143 104
Binary 1011011 11111110 11110000 1000000 0 110 0 10101111 1100011 1000100

Color Harmonies of #5BFEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFEF0

Black with #5BFEF0

Text Example


Text Example

White with #5BFEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,254,240); }

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

background-color css

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

 a { background-color: rgb(91,254,240); }

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

border-color css

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

 span { border-color: rgb(91,254,240); }

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