Html Css Color HEX #5CAAFF Cornflower Blue

📋 copy color: '#5CAAFF'

red 92 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #5CAAFF

Tints of Cornflower Blue #5CAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.88%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 17.79%
G = 32.88%
B = 49.32%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5CAAFF (or 0x5CAAFF) is known color: Cornflower Blue. HEX triplet: 5C, AA and FF. RGB value is (92,170,255). Sum of RGB (Red+Green+Blue) = 92+170+255=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAFF is #A35500. Grayscale: #9B9B9B. Windows color (decimal): -10704129 or 16755292. OLE color: 16755292.

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

Color convert

RGB 92 170 255 -
CMYK 0.64 0.33 0 0
HSL 211.29º 1% 0.68% -
HSV(B) 211.29º 0.64% 1% -
XYZ 36.84 38.24 100.05 -
YUV 156.37 183.66 82.09 -
System Red Green Blue C M Y K H S L
Decimal 92 170 255 0.64 0.33 0 0 211.29 1 0.68
Hex 5C AA FF 40 21 0 0 D3 64 44
Octal 134 252 377 100 41 0 0 323 144 104
Binary 1011100 10101010 11111111 1000000 100001 0 0 11010011 1100100 1000100

Color Harmonies of #5CAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAAFF

Black with #5CAAFF

Text Example


Text Example

White with #5CAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,170,255); }

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

background-color css

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

 a { background-color: rgb(92,170,255); }

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

border-color css

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

 span { border-color: rgb(92,170,255); }

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