Html Css Color HEX #5BFEF8 Baby Blue

📋 copy color: '#5BFEF8'

red 91 ◦ green 254 ◦ blue 248

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

Shades of Baby Blue #5BFEF8

Tints of Baby Blue #5BFEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.82%

R = 15.35%
G = 42.83%
B = 41.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#5BFEF8 (or 0x5BFEF8) is known color: Baby Blue. HEX triplet: 5B, FE and F8. RGB value is (91,254,248). Sum of RGB (Red+Green+Blue) = 91+254+248=593 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.35% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEF8 is #A40107. Grayscale: #CCCCCC. Windows color (decimal): -10748168 or 16318043. OLE color: 16318043.

HSL color Cylindrical-coordinate representation of color #5BFEF8: hue angle of 177.79º 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 #5BFEF8 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 254 248 -
CMYK 0.64 0 0.02 0.00
HSL 177.79º 0.99% 0.68% -
HSV(B) 177.79º 0.64% 1% -
XYZ 56.7 79.89 101.24 -
YUV 204.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 91 254 248 0.64 0 0.02 0.00 177.79 0.99 0.68
Hex 5B FE F8 40 0 2 0 B2 63 44
Octal 133 376 370 100 0 2 0 262 143 104
Binary 1011011 11111110 11111000 1000000 0 10 0 10110010 1100011 1000100

Color Harmonies of #5BFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFEF8

Black with #5BFEF8

Text Example


Text Example

White with #5BFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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