Html Css Color HEX #5BA8EF Cornflower Blue

📋 copy color: '#5BA8EF'

red 91 ◦ green 168 ◦ blue 239

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

Shades of Cornflower Blue #5BA8EF

Tints of Cornflower Blue #5BA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 18.27%
G = 33.73%
B = 47.99%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BA8EF (or 0x5BA8EF) is known color: Cornflower Blue. HEX triplet: 5B, A8 and EF. RGB value is (91,168,239). Sum of RGB (Red+Green+Blue) = 91+168+239=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA8EF is #A45710. Grayscale: #989898. Windows color (decimal): -10770193 or 15706203. OLE color: 15706203.

HSL color Cylindrical-coordinate representation of color #5BA8EF: hue angle of 208.78º 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 #5BA8EF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 168 239 -
CMYK 0.62 0.30 0 0.06
HSL 208.78º 0.82% 0.65% -
HSV(B) 208.78º 0.62% 0.94% -
XYZ 33.9 36.46 86.91 -
YUV 153.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 91 168 239 0.62 0.30 0 0.06 208.78 0.82 0.65
Hex 5B A8 EF 3E 1E 0 6 D1 52 41
Octal 133 250 357 76 36 0 6 321 122 101
Binary 1011011 10101000 11101111 111110 11110 0 110 11010001 1010010 1000001

Color Harmonies of #5BA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA8EF

Black with #5BA8EF

Text Example


Text Example

White with #5BA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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