Html Css Color HEX #5BEBFD Baby Blue

📋 copy color: '#5BEBFD'

red 91 ◦ green 235 ◦ blue 253

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

Shades of Baby Blue #5BEBFD

Tints of Baby Blue #5BEBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 15.72%
G = 40.59%
B = 43.7%

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

#5BEBFD (or 0x5BEBFD) is known color: Baby Blue. HEX triplet: 5B, EB and FD. RGB value is (91,235,253). Sum of RGB (Red+Green+Blue) = 91+235+253=579 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.72% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BEBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBFD is #A41402. Grayscale: #C1C1C1. Windows color (decimal): -10753027 or 16640859. OLE color: 16640859.

HSL color Cylindrical-coordinate representation of color #5BEBFD: hue angle of 186.67º degrees, saturation: 0.98, 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 #5BEBFD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 235 253 -
CMYK 0.64 0.07 0 0.01
HSL 186.67º 0.98% 0.67% -
HSV(B) 186.67º 0.64% 0.99% -
XYZ 51.75 68.73 103.47 -
YUV 194 161.29 54.54 -
System Red Green Blue C M Y K H S L
Decimal 91 235 253 0.64 0.07 0 0.01 186.67 0.98 0.67
Hex 5B EB FD 40 7 0 1 BB 62 43
Octal 133 353 375 100 7 0 1 273 142 103
Binary 1011011 11101011 11111101 1000000 111 0 1 10111011 1100010 1000011

Color Harmonies of #5BEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBFD

Black with #5BEBFD

Text Example


Text Example

White with #5BEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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