Html Css Color HEX #5BFEF2 Baby Blue

📋 copy color: '#5BFEF2'

red 91 ◦ green 254 ◦ blue 242

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

Shades of Baby Blue #5BFEF2

Tints of Baby Blue #5BFEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 15.5%
G = 43.27%
B = 41.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#5BFEF2 (or 0x5BFEF2) is known color: Baby Blue. HEX triplet: 5B, FE and F2. RGB value is (91,254,242). Sum of RGB (Red+Green+Blue) = 91+254+242=587 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.50% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEF2 is #A4010D. Grayscale: #CBCBCB. Windows color (decimal): -10748174 or 15924827. OLE color: 15924827.

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

Color convert

RGB 91 254 242 -
CMYK 0.64 0 0.05 0.00
HSL 175.58º 0.99% 0.68% -
HSV(B) 175.58º 0.64% 1% -
XYZ 55.78 79.52 96.41 -
YUV 203.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 91 254 242 0.64 0 0.05 0.00 175.58 0.99 0.68
Hex 5B FE F2 40 0 5 0 B0 63 44
Octal 133 376 362 100 0 5 0 260 143 104
Binary 1011011 11111110 11110010 1000000 0 101 0 10110000 1100011 1000100

Color Harmonies of #5BFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFEF2

Black with #5BFEF2

Text Example


Text Example

White with #5BFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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