Html Css Color HEX #5BFCEB Baby Blue

📋 copy color: '#5BFCEB'

red 91 ◦ green 252 ◦ blue 235

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

Shades of Baby Blue #5BFCEB

Tints of Baby Blue #5BFCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.6%

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 15.74%
G = 43.6%
B = 40.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#5BFCEB (or 0x5BFCEB) is known color: Baby Blue. HEX triplet: 5B, FC and EB. RGB value is (91,252,235). Sum of RGB (Red+Green+Blue) = 91+252+235=578 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.74% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFCEB is #A40314. Grayscale: #C9C9C9. Windows color (decimal): -10748693 or 15465563. OLE color: 15465563.

HSL color Cylindrical-coordinate representation of color #5BFCEB: hue angle of 173.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFCEB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 252 235 -
CMYK 0.64 0 0.07 0.01
HSL 173.66º 0.96% 0.67% -
HSV(B) 173.66º 0.64% 0.99% -
XYZ 54.12 77.84 90.77 -
YUV 201.92 146.66 48.88 -
System Red Green Blue C M Y K H S L
Decimal 91 252 235 0.64 0 0.07 0.01 173.66 0.96 0.67
Hex 5B FC EB 40 0 7 1 AE 60 43
Octal 133 374 353 100 0 7 1 256 140 103
Binary 1011011 11111100 11101011 1000000 0 111 1 10101110 1100000 1000011

Color Harmonies of #5BFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFCEB

Black with #5BFCEB

Text Example


Text Example

White with #5BFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,252,235); }

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

background-color css

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

 a { background-color: rgb(91,252,235); }

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

border-color css

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

 span { border-color: rgb(91,252,235); }

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