Html Css Color HEX #5BFAE9 Baby Blue

📋 copy color: '#5BFAE9'

red 91 ◦ green 250 ◦ blue 233

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

Shades of Baby Blue #5BFAE9

Tints of Baby Blue #5BFAE9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.55%

 BLUE value IS 233 (91.41% from 255) = 40.59%

R = 15.85%
G = 43.55%
B = 40.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#5BFAE9 (or 0x5BFAE9) is known color: Baby Blue. HEX triplet: 5B, FA and E9. RGB value is (91,250,233). Sum of RGB (Red+Green+Blue) = 91+250+233=574 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.85% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAE9 is #A40516. Grayscale: #C8C8C8. Windows color (decimal): -10749207 or 15333979. OLE color: 15333979.

HSL color Cylindrical-coordinate representation of color #5BFAE9: hue angle of 173.58º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAE9 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 250 233 -
CMYK 0.64 0 0.07 0.02
HSL 173.58º 0.94% 0.67% -
HSV(B) 173.58º 0.64% 0.98% -
XYZ 53.21 76.48 89.05 -
YUV 200.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 91 250 233 0.64 0 0.07 0.02 173.58 0.94 0.67
Hex 5B FA E9 40 0 7 2 AE 5E 43
Octal 133 372 351 100 0 7 2 256 136 103
Binary 1011011 11111010 11101001 1000000 0 111 10 10101110 1011110 1000011

Color Harmonies of #5BFAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFAE9

Black with #5BFAE9

Text Example


Text Example

White with #5BFAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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