Html Css Color HEX #60ABFE Cornflower Blue

📋 copy color: '#60ABFE'

red 96 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #60ABFE

Tints of Cornflower Blue #60ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 18.43%
G = 32.82%
B = 48.75%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60ABFE (or 0x60ABFE) is known color: Cornflower Blue. HEX triplet: 60, AB and FE. RGB value is (96,171,254). Sum of RGB (Red+Green+Blue) = 96+171+254=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #60ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABFE is #9F5401. Grayscale: #9D9D9D. Windows color (decimal): -10441730 or 16690016. OLE color: 16690016.

HSL color Cylindrical-coordinate representation of color #60ABFE: hue angle of 211.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60ABFE is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 171 254 -
CMYK 0.62 0.33 0 0.00
HSL 211.52º 0.99% 0.69% -
HSV(B) 211.52º 0.62% 1% -
XYZ 37.28 38.77 99.28 -
YUV 158.04 182.15 83.75 -
System Red Green Blue C M Y K H S L
Decimal 96 171 254 0.62 0.33 0 0.00 211.52 0.99 0.69
Hex 60 AB FE 3E 21 0 0 D4 63 45
Octal 140 253 376 76 41 0 0 324 143 105
Binary 1100000 10101011 11111110 111110 100001 0 0 11010100 1100011 1000101

Color Harmonies of #60ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABFE

Black with #60ABFE

Text Example


Text Example

White with #60ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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