Html Css Color HEX #5BFDF9 Baby Blue

📋 copy color: '#5BFDF9'

red 91 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #5BFDF9

Tints of Baby Blue #5BFDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 15.35%
G = 42.66%
B = 41.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#5BFDF9 (or 0x5BFDF9) is known color: Baby Blue. HEX triplet: 5B, FD and F9. RGB value is (91,253,249). Sum of RGB (Red+Green+Blue) = 91+253+249=593 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.35% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDF9 is #A40206. Grayscale: #CBCBCB. Windows color (decimal): -10748423 or 16383323. OLE color: 16383323.

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

Color convert

RGB 91 253 249 -
CMYK 0.64 0 0.02 0.01
HSL 178.52º 0.98% 0.67% -
HSV(B) 178.52º 0.64% 0.99% -
XYZ 56.54 79.31 101.95 -
YUV 204.11 153.33 47.33 -
System Red Green Blue C M Y K H S L
Decimal 91 253 249 0.64 0 0.02 0.01 178.52 0.98 0.67
Hex 5B FD F9 40 0 2 1 B3 62 43
Octal 133 375 371 100 0 2 1 263 142 103
Binary 1011011 11111101 11111001 1000000 0 10 1 10110011 1100010 1000011

Color Harmonies of #5BFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFDF9

Black with #5BFDF9

Text Example


Text Example

White with #5BFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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