Html Css Color HEX #5BF7E7 Baby Blue

📋 copy color: '#5BF7E7'

red 91 ◦ green 247 ◦ blue 231

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

Shades of Baby Blue #5BF7E7

Tints of Baby Blue #5BF7E7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.41%

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 15.99%
G = 43.41%
B = 40.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#5BF7E7 (or 0x5BF7E7) is known color: Baby Blue. HEX triplet: 5B, F7 and E7. RGB value is (91,247,231). Sum of RGB (Red+Green+Blue) = 91+247+231=569 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.99% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #5BF7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF7E7 is #A40818. Grayscale: #C6C6C6. Windows color (decimal): -10749977 or 15202139. OLE color: 15202139.

HSL color Cylindrical-coordinate representation of color #5BF7E7: hue angle of 173.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF7E7 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 91 247 231 -
CMYK 0.63 0 0.06 0.03
HSL 173.85º 0.91% 0.66% -
HSV(B) 173.85º 0.63% 0.97% -
XYZ 52 74.52 87.24 -
YUV 198.53 146.32 51.3 -
System Red Green Blue C M Y K H S L
Decimal 91 247 231 0.63 0 0.06 0.03 173.85 0.91 0.66
Hex 5B F7 E7 3F 0 6 3 AE 5B 42
Octal 133 367 347 77 0 6 3 256 133 102
Binary 1011011 11110111 11100111 111111 0 110 11 10101110 1011011 1000010

Color Harmonies of #5BF7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF7E7

Black with #5BF7E7

Text Example


Text Example

White with #5BF7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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