Html Css Color HEX #5AACFC Cornflower Blue

📋 copy color: '#5AACFC'

red 90 ◦ green 172 ◦ blue 252

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

Shades of Cornflower Blue #5AACFC

Tints of Cornflower Blue #5AACFC

RGB

 RED value IS 90 (35.55% from 255) = 17.51%

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

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

R = 17.51%
G = 33.46%
B = 49.03%

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

#5AACFC (or 0x5AACFC) is known color: Cornflower Blue. HEX triplet: 5A, AC and FC. RGB value is (90,172,252). Sum of RGB (Red+Green+Blue) = 90+172+252=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACFC is #A55303. Grayscale: #9C9C9C. Windows color (decimal): -10834692 or 16559194. OLE color: 16559194.

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

Color convert

RGB 90 172 252 -
CMYK 0.64 0.32 0 0.01
HSL 209.63º 0.96% 0.67% -
HSV(B) 209.63º 0.64% 0.99% -
XYZ 36.54 38.71 97.64 -
YUV 156.6 181.83 80.5 -
System Red Green Blue C M Y K H S L
Decimal 90 172 252 0.64 0.32 0 0.01 209.63 0.96 0.67
Hex 5A AC FC 40 20 0 1 D2 60 43
Octal 132 254 374 100 40 0 1 322 140 103
Binary 1011010 10101100 11111100 1000000 100000 0 1 11010010 1100000 1000011

Color Harmonies of #5AACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACFC

Black with #5AACFC

Text Example


Text Example

White with #5AACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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