Html Css Color HEX #5BFDFA Baby Blue

📋 copy color: '#5BFDFA'

red 91 ◦ green 253 ◦ blue 250

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

Shades of Baby Blue #5BFDFA

Tints of Baby Blue #5BFDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 15.32%
G = 42.59%
B = 42.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#5BFDFA (or 0x5BFDFA) is known color: Baby Blue. HEX triplet: 5B, FD and FA. RGB value is (91,253,250). Sum of RGB (Red+Green+Blue) = 91+253+250=594 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.32% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDFA is #A40205. Grayscale: #CCCCCC. Windows color (decimal): -10748422 or 16448859. OLE color: 16448859.

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

Color convert

RGB 91 253 250 -
CMYK 0.64 0 0.01 0.01
HSL 178.89º 0.98% 0.67% -
HSV(B) 178.89º 0.64% 0.99% -
XYZ 56.69 79.38 102.78 -
YUV 204.22 153.83 47.24 -
System Red Green Blue C M Y K H S L
Decimal 91 253 250 0.64 0 0.01 0.01 178.89 0.98 0.67
Hex 5B FD FA 40 0 1 1 B3 62 43
Octal 133 375 372 100 0 1 1 263 142 103
Binary 1011011 11111101 11111010 1000000 0 1 1 10110011 1100010 1000011

Color Harmonies of #5BFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFDFA

Black with #5BFDFA

Text Example


Text Example

White with #5BFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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