Html Css Color HEX #5BF2FB Baby Blue

📋 copy color: '#5BF2FB'

red 91 ◦ green 242 ◦ blue 251

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

Shades of Baby Blue #5BF2FB

Tints of Baby Blue #5BF2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 15.58%
G = 41.44%
B = 42.98%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BF2FB (or 0x5BF2FB) is known color: Baby Blue. HEX triplet: 5B, F2 and FB. RGB value is (91,242,251). Sum of RGB (Red+Green+Blue) = 91+242+251=584 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.58% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BF2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF2FB is #A40D04. Grayscale: #C5C5C5. Windows color (decimal): -10751237 or 16511579. OLE color: 16511579.

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

Color convert

RGB 91 242 251 -
CMYK 0.64 0.04 0 0.02
HSL 183.38º 0.95% 0.67% -
HSV(B) 183.38º 0.64% 0.98% -
XYZ 53.48 72.69 102.48 -
YUV 197.88 157.97 51.77 -
System Red Green Blue C M Y K H S L
Decimal 91 242 251 0.64 0.04 0 0.02 183.38 0.95 0.67
Hex 5B F2 FB 40 4 0 2 B7 5F 43
Octal 133 362 373 100 4 0 2 267 137 103
Binary 1011011 11110010 11111011 1000000 100 0 10 10110111 1011111 1000011

Color Harmonies of #5BF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF2FB

Black with #5BF2FB

Text Example


Text Example

White with #5BF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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