Html Css Color HEX #5BA6EF Cornflower Blue

📋 copy color: '#5BA6EF'

red 91 ◦ green 166 ◦ blue 239

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

Shades of Cornflower Blue #5BA6EF

Tints of Cornflower Blue #5BA6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.47%

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 18.35%
G = 33.47%
B = 48.19%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BA6EF (or 0x5BA6EF) is known color: Cornflower Blue. HEX triplet: 5B, A6 and EF. RGB value is (91,166,239). Sum of RGB (Red+Green+Blue) = 91+166+239=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA6EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA6EF is #A45910. Grayscale: #979797. Windows color (decimal): -10770705 or 15705691. OLE color: 15705691.

HSL color Cylindrical-coordinate representation of color #5BA6EF: hue angle of 209.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA6EF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 166 239 -
CMYK 0.62 0.31 0 0.06
HSL 209.59º 0.82% 0.65% -
HSV(B) 209.59º 0.62% 0.94% -
XYZ 33.53 35.73 86.79 -
YUV 151.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 91 166 239 0.62 0.31 0 0.06 209.59 0.82 0.65
Hex 5B A6 EF 3E 1F 0 6 D2 52 41
Octal 133 246 357 76 37 0 6 322 122 101
Binary 1011011 10100110 11101111 111110 11111 0 110 11010010 1010010 1000001

Color Harmonies of #5BA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA6EF

Black with #5BA6EF

Text Example


Text Example

White with #5BA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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