Html Css Color HEX #5BA1E6 Cornflower Blue

📋 copy color: '#5BA1E6'

red 91 ◦ green 161 ◦ blue 230

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

Shades of Cornflower Blue #5BA1E6

Tints of Cornflower Blue #5BA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 18.88%
G = 33.4%
B = 47.72%

CMYK

 C value IS 0.60

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5BA1E6 (or 0x5BA1E6) is known color: Cornflower Blue. HEX triplet: 5B, A1 and E6. RGB value is (91,161,230). Sum of RGB (Red+Green+Blue) = 91+161+230=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #5BA1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA1E6 is #A45E19. Grayscale: #939393. Windows color (decimal): -10771994 or 15114587. OLE color: 15114587.

HSL color Cylindrical-coordinate representation of color #5BA1E6: hue angle of 209.78º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA1E6 is Cyan = 0.60, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 91 161 230 -
CMYK 0.60 0.3 0 0.10
HSL 209.78º 0.74% 0.63% -
HSV(B) 209.78º 0.6% 0.9% -
XYZ 31.34 33.43 79.66 -
YUV 147.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 91 161 230 0.60 0.3 0 0.10 209.78 0.74 0.63
Hex 5B A1 E6 3C 1E 0 A D2 4A 3F
Octal 133 241 346 74 36 0 12 322 112 77
Binary 1011011 10100001 11100110 111100 11110 0 1010 11010010 1001010 111111

Color Harmonies of #5BA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA1E6

Black with #5BA1E6

Text Example


Text Example

White with #5BA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,161,230); }

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

background-color css

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

 a { background-color: rgb(91,161,230); }

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

border-color css

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

 span { border-color: rgb(91,161,230); }

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