Html Css Color HEX #5CACFE Cornflower Blue

📋 copy color: '#5CACFE'

red 92 ◦ green 172 ◦ blue 254

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

Shades of Cornflower Blue #5CACFE

Tints of Cornflower Blue #5CACFE

RGB

 RED value IS 92 (36.33% from 255) = 17.76%

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

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

R = 17.76%
G = 33.2%
B = 49.03%

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

#5CACFE (or 0x5CACFE) is known color: Cornflower Blue. HEX triplet: 5C, AC and FE. RGB value is (92,172,254). Sum of RGB (Red+Green+Blue) = 92+172+254=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACFE is #A35301. Grayscale: #9D9D9D. Windows color (decimal): -10703618 or 16690268. OLE color: 16690268.

HSL color Cylindrical-coordinate representation of color #5CACFE: hue angle of 210.37º 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 #5CACFE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 92 172 254 -
CMYK 0.64 0.32 0 0.00
HSL 210.37º 0.99% 0.68% -
HSV(B) 210.37º 0.64% 1% -
XYZ 37.06 38.94 99.33 -
YUV 157.43 182.5 81.33 -
System Red Green Blue C M Y K H S L
Decimal 92 172 254 0.64 0.32 0 0.00 210.37 0.99 0.68
Hex 5C AC FE 40 20 0 0 D2 63 44
Octal 134 254 376 100 40 0 0 322 143 104
Binary 1011100 10101100 11111110 1000000 100000 0 0 11010010 1100011 1000100

Color Harmonies of #5CACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACFE

Black with #5CACFE

Text Example


Text Example

White with #5CACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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