Html Css Color HEX #60AAF8 Cornflower Blue

📋 copy color: '#60AAF8'

red 96 ◦ green 170 ◦ blue 248

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

Shades of Cornflower Blue #60AAF8

Tints of Cornflower Blue #60AAF8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 248 (97.27% from 255) = 48.25%

R = 18.68%
G = 33.07%
B = 48.25%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60AAF8 (or 0x60AAF8) is known color: Cornflower Blue. HEX triplet: 60, AA and F8. RGB value is (96,170,248). Sum of RGB (Red+Green+Blue) = 96+170+248=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #60AAF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAF8 is #9F5507. Grayscale: #9C9C9C. Windows color (decimal): -10441992 or 16296544. OLE color: 16296544.

HSL color Cylindrical-coordinate representation of color #60AAF8: hue angle of 210.79º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60AAF8 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 170 248 -
CMYK 0.61 0.31 0 0.03
HSL 210.79º 0.92% 0.67% -
HSV(B) 210.79º 0.61% 0.97% -
XYZ 36.14 38.01 94.24 -
YUV 156.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 96 170 248 0.61 0.31 0 0.03 210.79 0.92 0.67
Hex 60 AA F8 3D 1F 0 3 D3 5C 43
Octal 140 252 370 75 37 0 3 323 134 103
Binary 1100000 10101010 11111000 111101 11111 0 11 11010011 1011100 1000011

Color Harmonies of #60AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AAF8

Black with #60AAF8

Text Example


Text Example

White with #60AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,170,248); }

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

background-color css

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

 a { background-color: rgb(96,170,248); }

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

border-color css

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

 span { border-color: rgb(96,170,248); }

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