Html Css Color HEX #60ABFF Cornflower Blue

📋 copy color: '#60ABFF'

red 96 ◦ green 171 ◦ blue 255

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

Shades of Cornflower Blue #60ABFF

Tints of Cornflower Blue #60ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 18.39%
G = 32.76%
B = 48.85%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60ABFF (or 0x60ABFF) is known color: Cornflower Blue. HEX triplet: 60, AB and FF. RGB value is (96,171,255). Sum of RGB (Red+Green+Blue) = 96+171+255=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #60ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABFF is #9F5400. Grayscale: #9D9D9D. Windows color (decimal): -10441729 or 16755552. OLE color: 16755552.

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

Color convert

RGB 96 171 255 -
CMYK 0.62 0.33 0 0
HSL 211.7º 1% 0.69% -
HSV(B) 211.7º 0.62% 1% -
XYZ 37.44 38.83 100.13 -
YUV 158.15 182.65 83.67 -
System Red Green Blue C M Y K H S L
Decimal 96 171 255 0.62 0.33 0 0 211.7 1 0.69
Hex 60 AB FF 3E 21 0 0 D4 64 45
Octal 140 253 377 76 41 0 0 324 144 105
Binary 1100000 10101011 11111111 111110 100001 0 0 11010100 1100100 1000101

Color Harmonies of #60ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABFF

Black with #60ABFF

Text Example


Text Example

White with #60ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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