Html Css Color HEX #5BFBEF Baby Blue

📋 copy color: '#5BFBEF'

red 91 ◦ green 251 ◦ blue 239

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

Shades of Baby Blue #5BFBEF

Tints of Baby Blue #5BFBEF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.2%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 15.66%
G = 43.2%
B = 41.14%

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

#5BFBEF (or 0x5BFBEF) is known color: Baby Blue. HEX triplet: 5B, FB and EF. RGB value is (91,251,239). Sum of RGB (Red+Green+Blue) = 91+251+239=581 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.66% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFBEF is #A40410. Grayscale: #C9C9C9. Windows color (decimal): -10748945 or 15727451. OLE color: 15727451.

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

Color convert

RGB 91 251 239 -
CMYK 0.64 0 0.05 0.02
HSL 175.5º 0.95% 0.67% -
HSV(B) 175.5º 0.64% 0.98% -
XYZ 54.39 77.45 93.74 -
YUV 201.79 148.99 48.98 -
System Red Green Blue C M Y K H S L
Decimal 91 251 239 0.64 0 0.05 0.02 175.5 0.95 0.67
Hex 5B FB EF 40 0 5 2 B0 5F 43
Octal 133 373 357 100 0 5 2 260 137 103
Binary 1011011 11111011 11101111 1000000 0 101 10 10110000 1011111 1000011

Color Harmonies of #5BFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFBEF

Black with #5BFBEF

Text Example


Text Example

White with #5BFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,251,239); }

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

background-color css

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

 a { background-color: rgb(91,251,239); }

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

border-color css

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

 span { border-color: rgb(91,251,239); }

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