Html Css Color HEX #5BFDF7 Baby Blue

📋 copy color: '#5BFDF7'

red 91 ◦ green 253 ◦ blue 247

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

Shades of Baby Blue #5BFDF7

Tints of Baby Blue #5BFDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.79%

R = 15.4%
G = 42.81%
B = 41.79%

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

#5BFDF7 (or 0x5BFDF7) is known color: Baby Blue. HEX triplet: 5B, FD and F7. RGB value is (91,253,247). Sum of RGB (Red+Green+Blue) = 91+253+247=591 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.40% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDF7 is #A40208. Grayscale: #CBCBCB. Windows color (decimal): -10748425 or 16252251. OLE color: 16252251.

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

Color convert

RGB 91 253 247 -
CMYK 0.64 0 0.02 0.01
HSL 177.78º 0.98% 0.67% -
HSV(B) 177.78º 0.64% 0.99% -
XYZ 56.23 79.19 100.32 -
YUV 203.88 152.33 47.49 -
System Red Green Blue C M Y K H S L
Decimal 91 253 247 0.64 0 0.02 0.01 177.78 0.98 0.67
Hex 5B FD F7 40 0 2 1 B2 62 43
Octal 133 375 367 100 0 2 1 262 142 103
Binary 1011011 11111101 11110111 1000000 0 10 1 10110010 1100010 1000011

Color Harmonies of #5BFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFDF7

Black with #5BFDF7

Text Example


Text Example

White with #5BFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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