Html Css Color HEX #5BEBFC Baby Blue

📋 copy color: '#5BEBFC'

red 91 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #5BEBFC

Tints of Baby Blue #5BEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 15.74%
G = 40.66%
B = 43.6%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BEBFC (or 0x5BEBFC) is known color: Baby Blue. HEX triplet: 5B, EB and FC. RGB value is (91,235,252). Sum of RGB (Red+Green+Blue) = 91+235+252=578 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.74% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBFC is #A41403. Grayscale: #C1C1C1. Windows color (decimal): -10753028 or 16575323. OLE color: 16575323.

HSL color Cylindrical-coordinate representation of color #5BEBFC: hue angle of 186.34º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BEBFC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 235 252 -
CMYK 0.64 0.07 0 0.01
HSL 186.34º 0.96% 0.67% -
HSV(B) 186.34º 0.64% 0.99% -
XYZ 51.59 68.67 102.63 -
YUV 193.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 91 235 252 0.64 0.07 0 0.01 186.34 0.96 0.67
Hex 5B EB FC 40 7 0 1 BA 60 43
Octal 133 353 374 100 7 0 1 272 140 103
Binary 1011011 11101011 11111100 1000000 111 0 1 10111010 1100000 1000011

Color Harmonies of #5BEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBFC

Black with #5BEBFC

Text Example


Text Example

White with #5BEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,235,252); }

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

background-color css

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

 a { background-color: rgb(91,235,252); }

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

border-color css

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

 span { border-color: rgb(91,235,252); }

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