Html Css Color HEX #5BEFF6 Baby Blue

📋 copy color: '#5BEFF6'

red 91 ◦ green 239 ◦ blue 246

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

Shades of Baby Blue #5BEFF6

Tints of Baby Blue #5BEFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 15.8%
G = 41.49%
B = 42.71%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5BEFF6 (or 0x5BEFF6) is known color: Baby Blue. HEX triplet: 5B, EF and F6. RGB value is (91,239,246). Sum of RGB (Red+Green+Blue) = 91+239+246=576 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.80% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BEFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFF6 is #A41009. Grayscale: #C3C3C3. Windows color (decimal): -10752010 or 16183131. OLE color: 16183131.

HSL color Cylindrical-coordinate representation of color #5BEFF6: hue angle of 182.71º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BEFF6 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 239 246 -
CMYK 0.63 0.03 0 0.04
HSL 182.71º 0.9% 0.66% -
HSV(B) 182.71º 0.63% 0.96% -
XYZ 51.82 70.61 98.09 -
YUV 195.55 156.47 53.43 -
System Red Green Blue C M Y K H S L
Decimal 91 239 246 0.63 0.03 0 0.04 182.71 0.9 0.66
Hex 5B EF F6 3F 3 0 4 B7 5A 42
Octal 133 357 366 77 3 0 4 267 132 102
Binary 1011011 11101111 11110110 111111 11 0 100 10110111 1011010 1000010

Color Harmonies of #5BEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFF6

Black with #5BEFF6

Text Example


Text Example

White with #5BEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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