Html Css Color HEX #5BACFC Cornflower Blue

📋 copy color: '#5BACFC'

red 91 ◦ green 172 ◦ blue 252

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

Shades of Cornflower Blue #5BACFC

Tints of Cornflower Blue #5BACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 17.67%
G = 33.4%
B = 48.93%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BACFC (or 0x5BACFC) is known color: Cornflower Blue. HEX triplet: 5B, AC and FC. RGB value is (91,172,252). Sum of RGB (Red+Green+Blue) = 91+172+252=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACFC is #A45303. Grayscale: #9C9C9C. Windows color (decimal): -10769156 or 16559195. OLE color: 16559195.

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

Color convert

RGB 91 172 252 -
CMYK 0.64 0.32 0 0.01
HSL 209.81º 0.96% 0.67% -
HSV(B) 209.81º 0.64% 0.99% -
XYZ 36.64 38.76 97.65 -
YUV 156.9 181.66 81 -
System Red Green Blue C M Y K H S L
Decimal 91 172 252 0.64 0.32 0 0.01 209.81 0.96 0.67
Hex 5B AC FC 40 20 0 1 D2 60 43
Octal 133 254 374 100 40 0 1 322 140 103
Binary 1011011 10101100 11111100 1000000 100000 0 1 11010010 1100000 1000011

Color Harmonies of #5BACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACFC

Black with #5BACFC

Text Example


Text Example

White with #5BACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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