Html Css Color HEX #5AACFE Cornflower Blue

📋 copy color: '#5AACFE'

red 90 ◦ green 172 ◦ blue 254

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

Shades of Cornflower Blue #5AACFE

Tints of Cornflower Blue #5AACFE

RGB

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

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

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

R = 17.44%
G = 33.33%
B = 49.22%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5AACFE (or 0x5AACFE) is known color: Cornflower Blue. HEX triplet: 5A, AC and FE. RGB value is (90,172,254). Sum of RGB (Red+Green+Blue) = 90+172+254=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACFE is #A55301. Grayscale: #9C9C9C. Windows color (decimal): -10834690 or 16690266. OLE color: 16690266.

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

Color convert

RGB 90 172 254 -
CMYK 0.65 0.32 0 0.00
HSL 210º 0.99% 0.67% -
HSV(B) 210º 0.65% 1% -
XYZ 36.86 38.83 99.32 -
YUV 156.83 182.83 80.33 -
System Red Green Blue C M Y K H S L
Decimal 90 172 254 0.65 0.32 0 0.00 210 0.99 0.67
Hex 5A AC FE 41 20 0 0 D2 63 43
Octal 132 254 376 101 40 0 0 322 143 103
Binary 1011010 10101100 11111110 1000001 100000 0 0 11010010 1100011 1000011

Color Harmonies of #5AACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACFE

Black with #5AACFE

Text Example


Text Example

White with #5AACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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