Html Css Color HEX #5BFAEB Baby Blue

📋 copy color: '#5BFAEB'

red 91 ◦ green 250 ◦ blue 235

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

Shades of Baby Blue #5BFAEB

Tints of Baby Blue #5BFAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 15.8%
G = 43.4%
B = 40.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#5BFAEB (or 0x5BFAEB) is known color: Baby Blue. HEX triplet: 5B, FA and EB. RGB value is (91,250,235). Sum of RGB (Red+Green+Blue) = 91+250+235=576 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.80% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAEB is #A40514. Grayscale: #C8C8C8. Windows color (decimal): -10749205 or 15465051. OLE color: 15465051.

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

Color convert

RGB 91 250 235 -
CMYK 0.64 0 0.06 0.02
HSL 174.34º 0.94% 0.67% -
HSV(B) 174.34º 0.64% 0.98% -
XYZ 53.5 76.59 90.56 -
YUV 200.75 147.32 49.72 -
System Red Green Blue C M Y K H S L
Decimal 91 250 235 0.64 0 0.06 0.02 174.34 0.94 0.67
Hex 5B FA EB 40 0 6 2 AE 5E 43
Octal 133 372 353 100 0 6 2 256 136 103
Binary 1011011 11111010 11101011 1000000 0 110 10 10101110 1011110 1000011

Color Harmonies of #5BFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFAEB

Black with #5BFAEB

Text Example


Text Example

White with #5BFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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