Html Css Color HEX #5BFAED Baby Blue

📋 copy color: '#5BFAED'

red 91 ◦ green 250 ◦ blue 237

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

Shades of Baby Blue #5BFAED

Tints of Baby Blue #5BFAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41%

R = 15.74%
G = 43.25%
B = 41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#5BFAED (or 0x5BFAED) is known color: Baby Blue. HEX triplet: 5B, FA and ED. RGB value is (91,250,237). Sum of RGB (Red+Green+Blue) = 91+250+237=578 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.74% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAED is #A40512. Grayscale: #C8C8C8. Windows color (decimal): -10749203 or 15596123. OLE color: 15596123.

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

Color convert

RGB 91 250 237 -
CMYK 0.64 0 0.05 0.02
HSL 175.09º 0.94% 0.67% -
HSV(B) 175.09º 0.64% 0.98% -
XYZ 53.79 76.71 92.09 -
YUV 200.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 91 250 237 0.64 0 0.05 0.02 175.09 0.94 0.67
Hex 5B FA ED 40 0 5 2 AF 5E 43
Octal 133 372 355 100 0 5 2 257 136 103
Binary 1011011 11111010 11101101 1000000 0 101 10 10101111 1011110 1000011

Color Harmonies of #5BFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFAED

Black with #5BFAED

Text Example


Text Example

White with #5BFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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