Html Css Color HEX #5BEFF3 Baby Blue

📋 copy color: '#5BEFF3'

red 91 ◦ green 239 ◦ blue 243

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

Shades of Baby Blue #5BEFF3

Tints of Baby Blue #5BEFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.71%

 BLUE value IS 243 (95.31% from 255) = 42.41%

R = 15.88%
G = 41.71%
B = 42.41%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BEFF3 (or 0x5BEFF3) is known color: Baby Blue. HEX triplet: 5B, EF and F3. RGB value is (91,239,243). Sum of RGB (Red+Green+Blue) = 91+239+243=573 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.88% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BEFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFF3 is #A4100C. Grayscale: #C3C3C3. Windows color (decimal): -10752013 or 15986523. OLE color: 15986523.

HSL color Cylindrical-coordinate representation of color #5BEFF3: hue angle of 181.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BEFF3 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 239 243 -
CMYK 0.63 0.02 0 0.05
HSL 181.58º 0.86% 0.65% -
HSV(B) 181.58º 0.63% 0.95% -
XYZ 51.36 70.43 95.68 -
YUV 195.2 154.97 53.67 -
System Red Green Blue C M Y K H S L
Decimal 91 239 243 0.63 0.02 0 0.05 181.58 0.86 0.65
Hex 5B EF F3 3F 2 0 5 B6 56 41
Octal 133 357 363 77 2 0 5 266 126 101
Binary 1011011 11101111 11110011 111111 10 0 101 10110110 1010110 1000001

Color Harmonies of #5BEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFF3

Black with #5BEFF3

Text Example


Text Example

White with #5BEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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