Html Css Color HEX #5AACFD Cornflower Blue

📋 copy color: '#5AACFD'

red 90 ◦ green 172 ◦ blue 253

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

Shades of Cornflower Blue #5AACFD

Tints of Cornflower Blue #5AACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 17.48%
G = 33.4%
B = 49.13%

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

#5AACFD (or 0x5AACFD) is known color: Cornflower Blue. HEX triplet: 5A, AC and FD. RGB value is (90,172,253). Sum of RGB (Red+Green+Blue) = 90+172+253=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACFD is #A55302. Grayscale: #9C9C9C. Windows color (decimal): -10834691 or 16624730. OLE color: 16624730.

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

Color convert

RGB 90 172 253 -
CMYK 0.64 0.32 0 0.01
HSL 209.82º 0.98% 0.67% -
HSV(B) 209.82º 0.64% 0.99% -
XYZ 36.7 38.77 98.48 -
YUV 156.72 182.33 80.41 -
System Red Green Blue C M Y K H S L
Decimal 90 172 253 0.64 0.32 0 0.01 209.82 0.98 0.67
Hex 5A AC FD 40 20 0 1 D2 62 43
Octal 132 254 375 100 40 0 1 322 142 103
Binary 1011010 10101100 11111101 1000000 100000 0 1 11010010 1100010 1000011

Color Harmonies of #5AACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACFD

Black with #5AACFD

Text Example


Text Example

White with #5AACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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