Html Css Color HEX #60ABFD Cornflower Blue

📋 copy color: '#60ABFD'

red 96 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #60ABFD

Tints of Cornflower Blue #60ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.88%

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

R = 18.46%
G = 32.88%
B = 48.65%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60ABFD (or 0x60ABFD) is known color: Cornflower Blue. HEX triplet: 60, AB and FD. RGB value is (96,171,253). Sum of RGB (Red+Green+Blue) = 96+171+253=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #60ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABFD is #9F5402. Grayscale: #9D9D9D. Windows color (decimal): -10441731 or 16624480. OLE color: 16624480.

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

Color convert

RGB 96 171 253 -
CMYK 0.62 0.32 0 0.01
HSL 211.34º 0.98% 0.68% -
HSV(B) 211.34º 0.62% 0.99% -
XYZ 37.12 38.7 98.44 -
YUV 157.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 96 171 253 0.62 0.32 0 0.01 211.34 0.98 0.68
Hex 60 AB FD 3E 20 0 1 D3 62 44
Octal 140 253 375 76 40 0 1 323 142 104
Binary 1100000 10101011 11111101 111110 100000 0 1 11010011 1100010 1000100

Color Harmonies of #60ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABFD

Black with #60ABFD

Text Example


Text Example

White with #60ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,171,253); }

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

background-color css

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

 a { background-color: rgb(96,171,253); }

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

border-color css

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

 span { border-color: rgb(96,171,253); }

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