Html Css Color HEX #5BFEED Baby Blue

📋 copy color: '#5BFEED'

red 91 ◦ green 254 ◦ blue 237

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

Shades of Baby Blue #5BFEED

Tints of Baby Blue #5BFEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 15.64%
G = 43.64%
B = 40.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#5BFEED (or 0x5BFEED) is known color: Baby Blue. HEX triplet: 5B, FE and ED. RGB value is (91,254,237). Sum of RGB (Red+Green+Blue) = 91+254+237=582 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.64% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEED is #A40112. Grayscale: #CBCBCB. Windows color (decimal): -10748179 or 15597147. OLE color: 15597147.

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

Color convert

RGB 91 254 237 -
CMYK 0.64 0 0.07 0.00
HSL 173.74º 0.99% 0.68% -
HSV(B) 173.74º 0.64% 1% -
XYZ 55.04 79.22 92.51 -
YUV 203.33 147 47.88 -
System Red Green Blue C M Y K H S L
Decimal 91 254 237 0.64 0 0.07 0.00 173.74 0.99 0.68
Hex 5B FE ED 40 0 7 0 AE 63 44
Octal 133 376 355 100 0 7 0 256 143 104
Binary 1011011 11111110 11101101 1000000 0 111 0 10101110 1100011 1000100

Color Harmonies of #5BFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFEED

Black with #5BFEED

Text Example


Text Example

White with #5BFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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