Html Css Color HEX #5BF7EE Baby Blue

📋 copy color: '#5BF7EE'

red 91 ◦ green 247 ◦ blue 238

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

Shades of Baby Blue #5BF7EE

Tints of Baby Blue #5BF7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 15.8%
G = 42.88%
B = 41.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#5BF7EE (or 0x5BF7EE) is known color: Baby Blue. HEX triplet: 5B, F7 and EE. RGB value is (91,247,238). Sum of RGB (Red+Green+Blue) = 91+247+238=576 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.80% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #5BF7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF7EE is #A40811. Grayscale: #C7C7C7. Windows color (decimal): -10749970 or 15660891. OLE color: 15660891.

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

Color convert

RGB 91 247 238 -
CMYK 0.63 0 0.04 0.03
HSL 176.54º 0.91% 0.66% -
HSV(B) 176.54º 0.63% 0.97% -
XYZ 53.01 74.92 92.56 -
YUV 199.33 149.82 50.73 -
System Red Green Blue C M Y K H S L
Decimal 91 247 238 0.63 0 0.04 0.03 176.54 0.91 0.66
Hex 5B F7 EE 3F 0 4 3 B1 5B 42
Octal 133 367 356 77 0 4 3 261 133 102
Binary 1011011 11110111 11101110 111111 0 100 11 10110001 1011011 1000010

Color Harmonies of #5BF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF7EE

Black with #5BF7EE

Text Example


Text Example

White with #5BF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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