Html Css Color HEX #60A8EF Cornflower Blue

📋 copy color: '#60A8EF'

red 96 ◦ green 168 ◦ blue 239

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

Shades of Cornflower Blue #60A8EF

Tints of Cornflower Blue #60A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 19.09%
G = 33.4%
B = 47.51%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60A8EF (or 0x60A8EF) is known color: Cornflower Blue. HEX triplet: 60, A8 and EF. RGB value is (96,168,239). Sum of RGB (Red+Green+Blue) = 96+168+239=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #60A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8EF is #9F5710. Grayscale: #9A9A9A. Windows color (decimal): -10442513 or 15706208. OLE color: 15706208.

HSL color Cylindrical-coordinate representation of color #60A8EF: hue angle of 209.79º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60A8EF is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 168 239 -
CMYK 0.60 0.30 0 0.06
HSL 209.79º 0.82% 0.66% -
HSV(B) 209.79º 0.6% 0.94% -
XYZ 34.41 36.72 86.94 -
YUV 154.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 96 168 239 0.60 0.30 0 0.06 209.79 0.82 0.66
Hex 60 A8 EF 3C 1E 0 6 D2 52 42
Octal 140 250 357 74 36 0 6 322 122 102
Binary 1100000 10101000 11101111 111100 11110 0 110 11010010 1010010 1000010

Color Harmonies of #60A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A8EF

Black with #60A8EF

Text Example


Text Example

White with #60A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,168,239); }

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

background-color css

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

 a { background-color: rgb(96,168,239); }

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

border-color css

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

 span { border-color: rgb(96,168,239); }

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