Html Css Color HEX #5BACFE Cornflower Blue

📋 copy color: '#5BACFE'

red 91 ◦ green 172 ◦ blue 254

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

Shades of Cornflower Blue #5BACFE

Tints of Cornflower Blue #5BACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 17.6%
G = 33.27%
B = 49.13%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BACFE (or 0x5BACFE) is known color: Cornflower Blue. HEX triplet: 5B, AC and FE. RGB value is (91,172,254). Sum of RGB (Red+Green+Blue) = 91+172+254=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACFE is #A45301. Grayscale: #9C9C9C. Windows color (decimal): -10769154 or 16690267. OLE color: 16690267.

HSL color Cylindrical-coordinate representation of color #5BACFE: hue angle of 210.18º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BACFE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 172 254 -
CMYK 0.64 0.32 0 0.00
HSL 210.18º 0.99% 0.68% -
HSV(B) 210.18º 0.64% 1% -
XYZ 36.96 38.88 99.32 -
YUV 157.13 182.66 80.83 -
System Red Green Blue C M Y K H S L
Decimal 91 172 254 0.64 0.32 0 0.00 210.18 0.99 0.68
Hex 5B AC FE 40 20 0 0 D2 63 44
Octal 133 254 376 100 40 0 0 322 143 104
Binary 1011011 10101100 11111110 1000000 100000 0 0 11010010 1100011 1000100

Color Harmonies of #5BACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACFE

Black with #5BACFE

Text Example


Text Example

White with #5BACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,172,254); }

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

background-color css

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

 a { background-color: rgb(91,172,254); }

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

border-color css

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

 span { border-color: rgb(91,172,254); }

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