Html Css Color HEX #5BFDF5 Baby Blue

📋 copy color: '#5BFDF5'

red 91 ◦ green 253 ◦ blue 245

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

Shades of Baby Blue #5BFDF5

Tints of Baby Blue #5BFDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.6%

R = 15.45%
G = 42.95%
B = 41.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#5BFDF5 (or 0x5BFDF5) is known color: Baby Blue. HEX triplet: 5B, FD and F5. RGB value is (91,253,245). Sum of RGB (Red+Green+Blue) = 91+253+245=589 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.45% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDF5 is #A4020A. Grayscale: #CBCBCB. Windows color (decimal): -10748427 or 16121179. OLE color: 16121179.

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

Color convert

RGB 91 253 245 -
CMYK 0.64 0 0.03 0.01
HSL 177.04º 0.98% 0.67% -
HSV(B) 177.04º 0.64% 0.99% -
XYZ 55.92 79.07 98.7 -
YUV 203.65 151.33 47.65 -
System Red Green Blue C M Y K H S L
Decimal 91 253 245 0.64 0 0.03 0.01 177.04 0.98 0.67
Hex 5B FD F5 40 0 3 1 B1 62 43
Octal 133 375 365 100 0 3 1 261 142 103
Binary 1011011 11111101 11110101 1000000 0 11 1 10110001 1100010 1000011

Color Harmonies of #5BFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFDF5

Black with #5BFDF5

Text Example


Text Example

White with #5BFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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