Html Css Color HEX #5AACFF Cornflower Blue

📋 copy color: '#5AACFF'

red 90 ◦ green 172 ◦ blue 255

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

Shades of Cornflower Blue #5AACFF

Tints of Cornflower Blue #5AACFF

RGB

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

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

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

R = 17.41%
G = 33.27%
B = 49.32%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5AACFF (or 0x5AACFF) is known color: Cornflower Blue. HEX triplet: 5A, AC and FF. RGB value is (90,172,255). Sum of RGB (Red+Green+Blue) = 90+172+255=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 172 (67.58% from 255 or 33.27% 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 #5AACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACFF is #A55300. Grayscale: #9C9C9C. Windows color (decimal): -10834689 or 16755802. OLE color: 16755802.

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

Color convert

RGB 90 172 255 -
CMYK 0.65 0.33 0 0
HSL 210.18º 1% 0.68% -
HSV(B) 210.18º 0.65% 1% -
XYZ 37.02 38.9 100.16 -
YUV 156.94 183.33 80.25 -
System Red Green Blue C M Y K H S L
Decimal 90 172 255 0.65 0.33 0 0 210.18 1 0.68
Hex 5A AC FF 41 21 0 0 D2 64 44
Octal 132 254 377 101 41 0 0 322 144 104
Binary 1011010 10101100 11111111 1000001 100001 0 0 11010010 1100100 1000100

Color Harmonies of #5AACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACFF

Black with #5AACFF

Text Example


Text Example

White with #5AACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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