Html Css Color HEX #5BFAEE Baby Blue

📋 copy color: '#5BFAEE'

red 91 ◦ green 250 ◦ blue 238

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

Shades of Baby Blue #5BFAEE

Tints of Baby Blue #5BFAEE

RGB

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

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

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

R = 15.72%
G = 43.18%
B = 41.11%

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

#5BFAEE (or 0x5BFAEE) is known color: Baby Blue. HEX triplet: 5B, FA and EE. RGB value is (91,250,238). Sum of RGB (Red+Green+Blue) = 91+250+238=579 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.72% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAEE is #A40511. Grayscale: #C8C8C8. Windows color (decimal): -10749202 or 15661659. OLE color: 15661659.

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

Color convert

RGB 91 250 238 -
CMYK 0.64 0 0.05 0.02
HSL 175.47º 0.94% 0.67% -
HSV(B) 175.47º 0.64% 0.98% -
XYZ 53.93 76.77 92.86 -
YUV 201.09 148.82 49.48 -
System Red Green Blue C M Y K H S L
Decimal 91 250 238 0.64 0 0.05 0.02 175.47 0.94 0.67
Hex 5B FA EE 40 0 5 2 AF 5E 43
Octal 133 372 356 100 0 5 2 257 136 103
Binary 1011011 11111010 11101110 1000000 0 101 10 10101111 1011110 1000011

Color Harmonies of #5BFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFAEE

Black with #5BFAEE

Text Example


Text Example

White with #5BFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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