Html Css Color HEX #5BEEFA Baby Blue

📋 copy color: '#5BEEFA'

red 91 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #5BEEFA

Tints of Baby Blue #5BEEFA

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 91 238 250 -
CMYK 0.64 0.05 0 0.02
HSL 184.53º 0.94% 0.67% -
HSV(B) 184.53º 0.64% 0.98% -
XYZ 52.14 70.28 101.26 -
YUV 195.42 158.8 53.52 -
System Red Green Blue C M Y K H S L
Decimal 91 238 250 0.64 0.05 0 0.02 184.53 0.94 0.67
Hex 5B EE FA 40 5 0 2 B9 5E 43
Octal 133 356 372 100 5 0 2 271 136 103
Binary 1011011 11101110 11111010 1000000 101 0 10 10111001 1011110 1000011

Color Harmonies of #5BEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEEFA

Black with #5BEEFA

Text Example


Text Example

White with #5BEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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