Html Css Color HEX #5BFDF1 Baby Blue

📋 copy color: '#5BFDF1'

red 91 ◦ green 253 ◦ blue 241

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

Shades of Baby Blue #5BFDF1

Tints of Baby Blue #5BFDF1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 15.56%
G = 43.25%
B = 41.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#5BFDF1 (or 0x5BFDF1) is known color: Baby Blue. HEX triplet: 5B, FD and F1. RGB value is (91,253,241). Sum of RGB (Red+Green+Blue) = 91+253+241=585 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.56% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDF1 is #A4020E. Grayscale: #CBCBCB. Windows color (decimal): -10748431 or 15859035. OLE color: 15859035.

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

Color convert

RGB 91 253 241 -
CMYK 0.64 0 0.05 0.01
HSL 175.56º 0.98% 0.67% -
HSV(B) 175.56º 0.64% 0.99% -
XYZ 55.32 78.83 95.52 -
YUV 203.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 91 253 241 0.64 0 0.05 0.01 175.56 0.98 0.67
Hex 5B FD F1 40 0 5 1 B0 62 43
Octal 133 375 361 100 0 5 1 260 142 103
Binary 1011011 11111101 11110001 1000000 0 101 1 10110000 1100010 1000011

Color Harmonies of #5BFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFDF1

Black with #5BFDF1

Text Example


Text Example

White with #5BFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,253,241); }

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

background-color css

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

 a { background-color: rgb(91,253,241); }

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

border-color css

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

 span { border-color: rgb(91,253,241); }

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