Html Css Color HEX #60ACF9 Cornflower Blue

📋 copy color: '#60ACF9'

red 96 ◦ green 172 ◦ blue 249

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

Shades of Cornflower Blue #60ACF9

Tints of Cornflower Blue #60ACF9

RGB

 RED value IS 96 (37.89% from 255) = 18.57%

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

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 18.57%
G = 33.27%
B = 48.16%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60ACF9 (or 0x60ACF9) is known color: Cornflower Blue. HEX triplet: 60, AC and F9. RGB value is (96,172,249). Sum of RGB (Red+Green+Blue) = 96+172+249=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #60ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACF9 is #9F5306. Grayscale: #9D9D9D. Windows color (decimal): -10441479 or 16362592. OLE color: 16362592.

HSL color Cylindrical-coordinate representation of color #60ACF9: hue angle of 210.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60ACF9 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 172 249 -
CMYK 0.61 0.31 0 0.02
HSL 210.2º 0.93% 0.68% -
HSV(B) 210.2º 0.61% 0.98% -
XYZ 36.68 38.83 95.18 -
YUV 158.05 179.32 83.74 -
System Red Green Blue C M Y K H S L
Decimal 96 172 249 0.61 0.31 0 0.02 210.2 0.93 0.68
Hex 60 AC F9 3D 1F 0 2 D2 5D 44
Octal 140 254 371 75 37 0 2 322 135 104
Binary 1100000 10101100 11111001 111101 11111 0 10 11010010 1011101 1000100

Color Harmonies of #60ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACF9

Black with #60ACF9

Text Example


Text Example

White with #60ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ACF9; }

 p { color: rgb(96,172,249); }

 H1.HeaderClassName
 {
   color: #60ACF9;
 }
 .AnyTagClassName
 {
   color: #60ACF9;
 }
</style>

background-color css

<style>
 a { background-color: #60ACF9; }

 a { background-color: rgb(96,172,249); }

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

border-color css

<style>
 span { border-color: #60ACF9; }

 span { border-color: rgb(96,172,249); }

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