Html Css Color HEX #60A5FA Cornflower Blue

📋 copy color: '#60A5FA'

red 96 ◦ green 165 ◦ blue 250

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

Shades of Cornflower Blue #60A5FA

Tints of Cornflower Blue #60A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.29%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 18.79%
G = 32.29%
B = 48.92%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60A5FA (or 0x60A5FA) is known color: Cornflower Blue. HEX triplet: 60, A5 and FA. RGB value is (96,165,250). Sum of RGB (Red+Green+Blue) = 96+165+250=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #60A5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A5FA is #9F5A05. Grayscale: #999999. Windows color (decimal): -10443270 or 16426336. OLE color: 16426336.

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

Color convert

RGB 96 165 250 -
CMYK 0.62 0.34 0 0.02
HSL 213.12º 0.94% 0.68% -
HSV(B) 213.12º 0.62% 0.98% -
XYZ 35.53 36.3 95.58 -
YUV 154.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 96 165 250 0.62 0.34 0 0.02 213.12 0.94 0.68
Hex 60 A5 FA 3E 22 0 2 D5 5E 44
Octal 140 245 372 76 42 0 2 325 136 104
Binary 1100000 10100101 11111010 111110 100010 0 10 11010101 1011110 1000100

Color Harmonies of #60A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A5FA

Black with #60A5FA

Text Example


Text Example

White with #60A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,250); }

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

background-color css

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

 a { background-color: rgb(96,165,250); }

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

border-color css

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

 span { border-color: rgb(96,165,250); }

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